forked from tbranyen/backbone-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 823 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
{
"name": "backbone-boilerplate",
"version": "1.0.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-processhtml": "~0.3.3",
"grunt-karma": "~0.8.3",
"grunt-karma-coveralls": "~2.5.1",
"grunt-bbb-styles": "~0.1.0-alpha.5",
"grunt-bbb-server": "~0.1.0-alpha.13",
"karma-jasmine": "~0.2.2",
"karma-mocha": "~0.1.4",
"karma-qunit": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.4",
"karma-coverage": "~0.2.4"
},
"peerDependencies": {
"generator-bbb": "*",
"bower": "*",
"grunt-cli": "*",
"coveralls": "*"
},
"scripts": {
"test": "grunt test coveralls"
}
}