forked from tbranyen/backbone-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (30 loc) · 764 Bytes
/
package.json
File metadata and controls
33 lines (30 loc) · 764 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
28
29
30
31
32
33
{
"name": "backbone-boilerplate",
"version": "1.0.0",
"devDependencies": {
"grunt": "~0.4.1",
"bbb": "~0.2.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-processhtml": "~0.2.0",
"grunt-karma": "~0.6.2",
"grunt-karma-coveralls": "~2.0.2",
"karma-jasmine": "~0.1.0",
"karma-mocha": "~0.1.0",
"karma-qunit": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-coverage": "~0.1.0"
},
"peerDependencies": {
"generator-bbb": "*",
"bower": "*",
"grunt-cli": "*",
"coveralls": "*"
},
"scripts": {
"test": "grunt karma:run coveralls"
}
}