-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "ResourceCollector",
"version": "0.0.1",
"engines": {
"node": "0.10.x"
},
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "gulp build --type production"
},
"dependencies": {
"body-parser": "~1.8.1",
"browser-sync": "^2.2.0",
"browserify": "^8.1.3",
"chai": "^2.1.0",
"component-ajax": "0.0.2",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"ejs": "~0.8.5",
"express": "~4.9.0",
"github": "^0.2.3",
"gulp": "^3.8.10",
"gulp-develop-server": "^0.4.1",
"gulp-filter": "^2.0.1",
"gulp-mocha": "^2.0.0",
"gulp-replace": "^0.5.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-spawn-mocha": "^2.0.1",
"gulp-stylus": "^2.0.0",
"gulp-testem": "0.0.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"mongoose": "^3.8.22",
"morgan": "~1.3.0",
"newrelic": "^1.18.3",
"q": "^1.2.0",
"react": "^0.12.2",
"reactify": "^1.0.0",
"serve-favicon": "~2.1.3",
"shortid": "^2.1.3",
"sinon": "^1.14.1",
"supertest": "^0.15.0",
"validator": "^3.28.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "^1.0.0"
}
}