forked from t4t5/sweetalert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 857 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
36
37
{
"name": "sweetalert",
"version": "0.3.4",
"description": "A beautiful replacement for JavaScript's \"Alert\"",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/t4t5/sweetalert"
},
"keywords": [
"sweetalert",
"alert",
"modal",
"popup"
],
"author": "Tristan Edwards <[email protected]> (http://tristanedwards.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/t4t5/sweetalert/issues"
},
"homepage": "http://tristanedwards.me/sweetalert",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-jshint": "^1.9.0",
"gulp-minify-css": "^0.3.13",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.2",
"gulp-uglify": "^1.0.2"
}
}