forked from kamranahmedse/jquery-toast-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 842 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "jquery-toast-plugin",
"filename": "dist/jquery.toast.min.js",
"main": "dist/jquery.toast.min.js",
"style": "dist/jquery.toast.min.css",
"version": "1.3.2",
"description": "Highly customizable jquery plugin to show toast messages",
"homepage": "http://www.kamranahmed.info/toast",
"keywords": [
"Toast",
"Toast plugin",
"Jquery toast plugin"
],
"maintainers": [
{
"name": "Kamran Ahmed",
"web": "http://kamranahmed.info"
}
],
"repository": {
"type": "git",
"url": "git://github.com/kamranahmedse/jquery-toast-plugin.git"
},
"bugs": "https://github.com/kamranahmedse/jquery-toast-plugin/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
},
"scripts": {
}
}