UNPKG

wechat-api

Version:
43 lines (42 loc) 781 B
{ "name": "wechat-api", "version": "1.5.1", "description": "微信公共平台Node库 API", "main": "index.js", "scripts": { "test": "make test-all" }, "config":{ "travis-cov": { "threshold": 98 } }, "repository": { "type": "git", "url": "git://github.com/node-webot/wechat-api.git" }, "keywords": [ "weixin", "wechat" ], "dependencies": { "formstream": ">=0.0.8", "urllib": "2.0.2" }, "devDependencies": { "mocha": "*", "expect.js": "*", "travis-cov": "*", "coveralls": "*", "mocha-lcov-reporter": "*", "muk": "*", "rewire": "*", "istanbul": "*" }, "author": "Jackson Tian", "license": "MIT", "readmeFilename": "README.md", "directories": { "test": "test" } }