-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 803 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 803 Bytes
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
{
"name": "waitnext",
"version": "0.0.1",
"devDependencies": {
"bower": "~0.8.5",
"phantom-jasmine": "~0.3.0",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-htmlmin": "~0.1.1",
"grunt-template-jasmine-requirejs": "~0.1.0",
"grunt-contrib-jasmine": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-cssmin": "~0.4.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-replace": "~0.4.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-livereload": "~0.1.2",
"grunt-regarde": "~0.1.1",
"grunt-github-pages": "0.0.1"
},
"scripts": {
"postinstall": "node_modules/bower/bin/bower install"
}
}