koa2-weixin
Version:
wechat/weixin platform for koa2
54 lines (53 loc) • 1.08 kB
JSON
{
"name": "koa2-weixin",
"version": "2.0.0",
"description": "wechat/weixin platform for koa2",
"main": "lib/weixin.js",
"scripts": {
"eslint": "eslint lib/*",
"test": "mocha --harmony"
},
"repository": {
"type": "git",
"url": "https://github.com/mindspop/koa2-weixin"
},
"keywords": [
"wechat",
"weixin",
"wx",
"koa-wx",
"koa2",
"koa",
"koa-wechat",
"koa-weixin",
"koa2-wechat",
"koa2-weixin"
],
"author": "Mindspop <mindspop@gmail.com>",
"contributors": [
"Jackson Tian"
],
"license": "MIT",
"dependencies": {
"ejs": "2.5.5",
"koa": "2.0.0-alpha.7",
"raw-body": "2.1.7",
"wechat-crypto": "0.0.2",
"xml2js": "0.4.4"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-env": "^1.1.4",
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"supertest": "^2.0.1"
},
"files": [
"lib"
]
}