forked from marcelodolza/iziToast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
46
47
{
"name": "izitoast",
"version": "1.4.0",
"description": "Elegant, responsive, flexible and lightweight notification plugin with no dependencies.",
"readmeFilename": "README.md",
"main": "dist/js/iziToast.js",
"typings": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/dolce/iziToast.git"
},
"keywords": [
"izitoast",
"toaster",
"toast",
"message",
"notification",
"alert",
"info,",
"success",
"warning",
"confirm",
"question",
"js"
],
"author": {
"name": "Marcelo Dolce",
"email": "[email protected]",
"homepage": "http://www.marcelodolce.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dolce/iziToast/issues"
},
"homepage": "https://github.com/dolce/iziToast#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-csso": "^3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-size": "^2.1.0",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^1.5.1",
"jshint": "^2.9.1"
}
}