UNPKG

783 BJSONView Raw
1{
2 "name": "wechat-api",
3 "version": "1.21.0",
4 "description": "微信公共平台Node库 API",
5 "main": "index.js",
6 "scripts": {
7 "test": "make test-all"
8 },
9 "config": {
10 "travis-cov": {
11 "threshold": 98
12 }
13 },
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/node-webot/wechat-api.git"
17 },
18 "keywords": [
19 "weixin",
20 "wechat"
21 ],
22 "dependencies": {
23 "formstream": ">=0.0.8",
24 "urllib": "2.5.0"
25 },
26 "devDependencies": {
27 "mocha": "*",
28 "expect.js": "*",
29 "travis-cov": "*",
30 "coveralls": "*",
31 "mocha-lcov-reporter": "*",
32 "muk": "*",
33 "rewire": "*",
34 "istanbul": "*"
35 },
36 "author": "Jackson Tian",
37 "license": "MIT",
38 "readmeFilename": "README.md",
39 "directories": {
40 "test": "test"
41 }
42}