-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1023 Bytes
/
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
{
"name": "stories-crawler",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "env MONGO_CONNECTION_STRING=mongodb://localhost/test istanbul cover node_modules/mocha/bin/_mocha && codecov",
"test-dev": "env MONGO_CONNECTION_STRING=mongodb://localhost/test mocha"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"crawlerx": "~0.0.8",
"debug": "~2.2.0",
"express": "~4.13.1",
"gulp-nodemon": "^2.0.4",
"jade": "~1.11.0",
"jquery": "^2.1.4",
"mongoose": "^4.3.1",
"morgan": "~1.6.1",
"q": "^1.4.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"codecov": ">1.0.0",
"describe": "~1.2.0",
"gulp": "^3.9.0",
"gulp-env": "^0.2.0",
"gulp-mocha": "^2.2.0",
"istanbul": ">0.3.2",
"jscs": "^2.6.0",
"mocha": "~2.3.4",
"mocha-jsdom": "^1.0.0",
"should": "~7.1.1",
"sinon": "^1.17.2",
"sinon-mongoose": "^1.2.1",
"supertest": "~1.1.0"
}
}