-
Notifications
You must be signed in to change notification settings - Fork 481
/
package.json
45 lines (45 loc) · 1.18 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
44
45
{
"name": "backbone-boilerplate",
"version": "2.0.0",
"license": "MIT",
"devDependencies": {
"babelify": "^7.3.0",
"babel-preset-latest": "^6.24.0",
"combynify": "^4.0.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-karma-coveralls": "^2.5.4",
"grunt-processhtml": "^0.4.1",
"karma": "^1.5.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"uglifyify": "^3.0.4"
},
"scripts": {
"start": "grunt",
"build": "grunt production",
"test-prod": "grunt production && grunt connect:release",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/tbranyen/backbone-boilerplate.git"
},
"dependencies": {
"backbone": "^1.3.3",
"jquery": "^2.2.4",
"layoutmanager": "^0.9.7",
"mocha": "^3.2.0",
"purecss": "^0.6.2",
"underscore": "^1.8.3"
}
}