You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
648 B
35 lines
648 B
{ |
|
"name": "jquery-toast-plugin", |
|
"description": "A highly customizable jquery toast plugin", |
|
"version": "1.3.1", |
|
"main": [ |
|
"./dist/jquery.toast.min.js", |
|
"./dist/jquery.toast.min.css" |
|
], |
|
"moduleType": [], |
|
"keywords": [ |
|
"jquery", |
|
"toast-plugin", |
|
"jquery-toasts", |
|
"toast", |
|
"notification", |
|
"messages", |
|
"jquery-notification" |
|
], |
|
"authors": [ |
|
"Kamran Ahmed" |
|
], |
|
"license": "MIT", |
|
"homepage": "http://kamranahmed.info/toast", |
|
"ignore": [ |
|
"**/.*", |
|
"node_modules", |
|
"bower_components", |
|
"test", |
|
"tests", |
|
"README.md" |
|
], |
|
"dependencies": { |
|
"jquery": ">=1.9.0" |
|
} |
|
}
|
|
|