UNPKG

koa2-wechat2

Version:

koa2 middleware for wechat

46 lines (45 loc) 1.05 kB
{ "name": "koa2-wechat2", "version": "0.0.3", "description": "koa2 middleware for wechat", "author": "eid <eiddieldj@gmail.com>", "main": "lib/index.js", "files": ["lib"], "directories": { "test": "test" }, "dependencies": { "babel-polyfill": "^6.26.0", "crypto": "^1.0.1", "koa": "^2.3.0", "pug": "^2.0.0-rc.4", "raw-body": "^2.3.2", "request": "^2.83.0", "request-promise": "^4.2.1", "sha1": "^1.1.1", "xml2js": "^0.4.19" }, "scripts": { "test": "mocha", "eslint": "eslint src/**", "build": "babel src -d lib && cp src/config/*.txt lib/config/ && cp src/wx/reply_tpl.pug lib/wx/" }, "keywords": [ "koa2-wechat", "koa2Wechat2", "koa2 weixin" ], "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.0", "eslint": "^4.9.0", "gulp": "^3.9.1", "gulp-cached": "^1.1.1", "gulp-eslint": "^4.0.0", "gulp-if": "^2.0.2", "mocha": "^4.0.1", "should": "^13.1.2", "supertest": "^3.0.0" }, "license": "MIT" }