ct-wxpay
Version:
32 lines (31 loc) • 576 B
JSON
{
"name": "ct-wxpay",
"version": "0.0.2",
"description": "WeChat-Pay",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jiahonzheng/WeChat-Pay.git"
},
"keywords": [
"wechat",
"weixin",
"pay"
],
"author": {
"name": "Jiahonzheng",
"email": "jiahonzheng@gmail.com",
"url": "https://jiahonzheng.github.io"
},
"license": "MIT",
"dependencies": {
"request": "^2.87.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}