koahub-wechat
Version:
wechat api for koa2 or koahubjs
43 lines (42 loc) • 931 B
JSON
{
"name": "koahub-wechat",
"version": "0.0.1",
"description": "wechat api for koa2 or koahubjs",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/einsqing/koahub-wechat"
},
"scripts": {
"compile": "babel src/ --out-dir lib/ --watch --source-maps"
},
"keywords": [
"wechat",
"wexin",
"koa2",
"koa",
"koahub",
"koahubjs",
"koajs"
],
"author": "einsqing",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.18.0",
"xml2js": "^0.4.17",
"ejs": "^2.5.1",
"wechat-crypto": "0.0.2",
"crypto": "0.0.3",
"raw-body": "^2.1.7"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"mocha": "^3.1.2",
"should": "^11.1.1",
"supertest": "^2.0.1"
}
}