-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 925 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 925 Bytes
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": "jianshu",
"version": "0.0.3",
"private": true,
"scripts": {
"start": "node ./bin/www",
"coverage": "istanbul cover cucumber.js"
},
"dependencies": {
"async": "^2.3.0",
"body-parser": "~1.15.1",
"cheerio": "^0.20.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.13.4",
"highcharts": "^5.0.0",
"istanbul": "^0.4.5",
"jade": "~1.11.0",
"moment": "^2.15.0",
"mongoose": "^4.5.5",
"morgan": "~1.7.0",
"node-schedule": "^1.1.1",
"nodemon": "^1.9.2",
"serve-favicon": "~2.3.0",
"superagent": "^3.8.3"
},
"devDependencies": {
"browser-sync": "^2.14.0",
"chromedriver": "^2.25.1",
"cucumber": "^2.0.0-rc.1",
"gulp": "^3.9.1",
"gulp-mocha": "^3.0.0",
"gulp-nodemon": "^2.1.0",
"minimist": "^1.2.0",
"selenium-webdriver": "^3.0.1",
"should": "^11.0.0",
"supertest": "^2.0.0"
}
}