forked from fabien-d/alertify.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 815 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
{
"name": "alertify",
"description": "browser dialogs never looked so good",
"version": "0.4.0rc1",
"homepage": "http://fabien-d.github.com/alertify.js/",
"author": {
"name": "Fabien Doiron",
"email": "fabien.doiron@gmail.com"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "0.4.0rc7",
"grunt-cli": "~0.1",
"grunt-lib-phantomjs": "~0.1",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-qunit": "~0.1.1",
"grunt-contrib-requirejs": "~0.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-uglify": "~0.1.1",
"requirejs": "~2.1.4",
"grunt-contrib-compass": "~0.1.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
]
}