egg-wechat-pay
Version:
Wechat pay plugin for egg.
57 lines (56 loc) • 1.14 kB
JSON
{
"name": "egg-wechat-pay",
"version": "2.2.0",
"description": "Wechat pay plugin for egg.",
"files": [
"app.js",
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/kaelzhang/egg-wechat-pay.git"
},
"author": "kaelzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaelzhang/egg-wechat-pay/issues"
},
"dependencies": {
"delegates": "^1.0.0",
"moment": "^2.20.1",
"skema": "^9.3.1",
"wechat-pay": "^0.3.2"
},
"devDependencies": {
"autod": "^3.0.1",
"egg": "^2.5.0",
"egg-bin": "^4.4.1",
"egg-ci": "^1.3.0",
"egg-mock": "^3.0.1",
"supertest": "^3.0.0",
"utility": "^1.11.0"
},
"eggPlugin": {
"name": "wechatPay"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"wechat",
"wechat-pay",
"notification",
"xml"
],
"scripts": {
"autod": "autod",
"ci": "npm run lint && npm run cov",
"cov": "egg-bin cov",
"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test"
}
}