forked from t4t5/sweetalert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "sweetalert",
"version": "1.1.3",
"description": "A beautiful replacement for JavaScript's \"alert\"",
"main": "lib/sweetalert.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "gulp 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": {
"babelify": "^6.0.2",
"browserify": "^9.0.8",
"glob": "^5.0.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.4.3",
"gulp-jshint": "^1.9.0",
"gulp-minify-css": "^0.3.13",
"gulp-qunit": "latest",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.0.2",
"gulp-wrap": "^0.11.0",
"path": "^0.11.14",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}