-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
46 lines (46 loc) · 904 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
44
45
46
{
"name": "co-wechat-enterprise-api",
"version": "1.0.0",
"description": "微信企业号Node库API,ES6版本",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"config": {
"travis-cov": {
"threshold": 98
}
},
"repository": {
"type": "git",
"url": "[email protected]:node-webot/co-wechat-enterprise-api.git"
},
"keywords": [
"weixin",
"wechat"
],
"dependencies": {
"co-fs": "^1.2.0",
"formstream": ">=0.0.8",
"httpx": "^1.0.0",
"streamx": "^1.0.0"
},
"devDependencies": {
"co-mocha": "^1.1.2",
"coveralls": "*",
"expect.js": "*",
"istanbul": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"muk": "*",
"rewire": "*",
"travis-cov": "*",
"urllib": "*"
},
"author": "Nick Ma",
"license": "MIT",
"readmeFilename": "README.md",
"directories": {
"test": "test"
}
}