-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.22 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
46
47
48
49
50
51
52
{
"name": "cujo.jp",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=0.10.0",
"npm": ">=1.3"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "~1.0.2",
"browserify": "^11.0.1",
"connect": "^2.14.5",
"connect-mongo": "^0.4.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.0.0",
"faye-websocket": "^0.7.3",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.0.0",
"gulp-complexity": "^0.3.0",
"gulp-concat": "^2.2.0",
"gulp-filelog": "^0.4.1",
"gulp-notify": "^2.1.0",
"gulp-plumber": "^0.6.6",
"gulp-recess": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-svg-sprite": "^1.1.2",
"gulp-uglify": "^0.2.1",
"include": "^0.1.2",
"jade": "^1.3.1",
"lodash": "^3.9.3",
"mongodb": "~1.4.0",
"morgan": "~1.0.0",
"react": "^0.13.3",
"react-jade": "^2.4.0",
"react-router": "^0.13.3",
"reactify": "^1.1.1",
"static-favicon": "~1.0.2",
"vinyl": "^0.4.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"gulp-livereload": "^1.3.1",
"gulp-sass": "^1.3.0",
"jshint-stylish": "^0.1.5"
}
}