forked from egalink/Toasty.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "egalink-toasty.js",
"title": "Toasty.js",
"description": "A minimal JavaScript notification plugin that provides a simple way to display customizable toast messages on the web page with CSS3 transition effects.",
"author": {
"name": "Jakim Hernández",
"url": "http://jakim.me/"
},
"homepage": "https://jakim.me/Toasty.js/",
"version": "1.5.5",
"main": "dist/toasty.js",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-cssnano": "^2.1.0",
"grunt-postcss": "^0.8.0",
"grunt-replace": "^1.0.1",
"postcss-cssnext": "^2.8.0",
"postcss-remove-root": "0.0.2",
"stylefmt": "^4.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egalink/Toasty.js.git"
},
"keywords": [
"minimal",
"javascript",
"plugin",
"simple",
"way",
"display",
"customizable",
"toast",
"messages",
"alerts"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/egalink/Toasty.js/issues"
}
}