-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
40 lines (40 loc) · 858 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
40
{
"name": "node-spider",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "nuanfeng",
"contributors": [
"sunfeng <sfenghappy@sina.com>"
],
"license": "ISC",
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^2.1.4",
"cheerio": "^0.22.0",
"express": "^4.14.0",
"highcharts": "^5.0.10",
"iconv-lite": "^0.4.15",
"mongoose": "^4.8.3",
"mysql": "^2.13.0",
"request": "^2.79.0",
"save-to-mongo": "^1.0.0",
"series": "^0.3.3",
"cz-customizable": "^6.2.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "czconfig.js"
}
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"husky": "^3.0.5"
}
}