-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "hq",
"version": "0.1.0",
"engines": {
"node": ">= 0.6.20",
"npm": ">= 1.1.x"
},
"dependencies": {
"backbone": "^1.2.3",
"backbone-react-component": "^0.10.0",
"body-parser": "^1.14.1",
"ejs": "^2.3.4",
"express": "^4.13.3",
"jquery": "^2.1.4",
"method-override": "^2.3.5",
"mongoose": "^4.3.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"request": "^2.67.0",
"socket.io": "^1.3.7"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"backbone-route-control": "^0.1.0",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-traceur": "^0.17.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jshint": "^2.8.0",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
}
}