cn-pay
Version:
a alipay wechat pay lib
26 lines (25 loc) • 529 B
JSON
{
"name": "cn-pay",
"version": "0.0.4",
"description": "a alipay wechat pay lib",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --fix"
},
"keywords": [
"wechat",
"alipay",
"pay"
],
"author": "shmy",
"homepage": "https://github.com/shmy/cn-pay",
"license": "MIT",
"dependencies": {
"xml2js": "^0.4.19"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-egg": "^6.0.0"
}
}