forked from t4t5/sweetalert
-
Notifications
You must be signed in to change notification settings - Fork 503
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "bootstrap-sweetalert",
"description": "A beautiful 'replacement' for JavaScript's alert",
"version": "1.0.1",
"main": "dist/sweetalert.js",
"homepage": "http://lipis.github.io/bootstrap-sweetalert/",
"author": "Panayiotis Lipiridis <[email protected]>",
"contributors": [
"Alessandro Chitolina <[email protected]>"
],
"scripts": {
"pretest": "bower install && grunt compile",
"test": "grunt test"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/lipis/bootstrap-sweetalert"
},
"keywords": [
"sweetalert",
"alert",
"modal",
"popup"
],
"dependencies": {
"bootstrap": "~3"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.3.0",
"grunt": "~0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-connect": "~0",
"grunt-contrib-less": "~0.10",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "~0",
"grunt-contrib-watch": "~0",
"grunt-open": "~0",
"grunt-wrap": "^0.3.0",
"load-grunt-tasks": "~0"
}
}