-
Notifications
You must be signed in to change notification settings - Fork 217
/
package.json
43 lines (43 loc) · 1019 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
41
42
43
{
"name": "zhihu",
"version": "1.4.2",
"author": "kissliux <[email protected]>",
"contributors": [
"Ivan Jiang <[email protected]>",
"王祎 <[email protected]>",
"sunchenguang <[email protected]>",
"Li Han <[email protected]>"
],
"description": "Zhihu API, 获取知乎平台信息数据的接口",
"main": "index.js",
"engines": {
"node": " >0.10.x"
},
"dependencies": {
"async": "^1.5.2",
"bluebird": "^3.4.0",
"cheerio": "^0.17.0",
"lodash": "^4.13.1",
"request": "^2.72.0",
"request-promise": "^3.0.0"
},
"devDependencies": {
"should": "^4.3.0",
"mocha": "*"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --timeout 15000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shanelau/zhihu.git"
},
"bugs": {
"url": "https://github.com/shanelau/zhihu/issues"
},
"homepage": "https://github.com/shanelau/zhihu#readme",
"directories": {
"test": "test"
},
"license": "MIT"
}