-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "backbone-browserify",
"version": "0.0.1",
"dependencies": {
"backbone": "^1.1.2",
"bootstrap": "^3.3.1",
"handlebars": "^2.0.0",
"jquery": "^2.1.3",
"underscore": "*"
},
"devDependencies": {
"browserify": "^8.0.3",
"chai": "^1.9.2",
"gulp": "3.6.*",
"gulp-concat": "2.2.*",
"gulp-connect": "1.0.*",
"gulp-imagemin": "0.1.*",
"gulp-minify-html": "0.1.1",
"gulp-rename": "1.2.*",
"gulp-sass": "^1.2.4",
"gulp-karma": "0.0.4",
"gulp-stylus": "0.1.*",
"gulp-uglify": "0.2.*",
"gulp-util": "3.0.*",
"karma": "^0.12.24",
"karma-bro": "^0.8.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-commonjs": "0.0.12",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"hbsfy": "^2.2.1",
"install": "^0.1.8",
"npm": "^2.1.17",
"underscore": "^1.7.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
},
"engines": {
"node": "0.10.24",
"npm": "1.3.21"
}
}