-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 874 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
{
"name": "wechat-miniprogram-api",
"version": "0.0.5",
"description": "wechat miniprogram api",
"main": "index.js",
"scripts": {
"test": "make test-coveralls",
"cover": "make cover"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jerrwy/wechat-miniprogram-api.git"
},
"keywords": [
"wechat",
"miniprogram",
"api"
],
"author": "jerrwy5",
"license": "MIT",
"bugs": {
"url": "https://github.com/jerrwy/wechat-miniprogram-api/issues"
},
"homepage": "https://github.com/jerrwy/wechat-miniprogram-api#readme",
"dependencies": {
"formstream": "^1.1.0",
"mocha-lcov-reporter": "^1.3.0",
"urllib": "^2.29.1"
},
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^5.3.0",
"expect": "^23.5.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"sinon": "^6.1.5"
}
}