chuck-wechat
Version:
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "chuck-wechat",
"version": "0.1.14",
"description": "wechat ",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"md5": "^2.2.1",
"moment": "^2.23.0",
"request-promise-native": "^1.0.5",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yangchunboy/chuck-wechat.git"
},
"keywords": [
"wechat",
"微信支付",
"小程序授权",
"扫码支付",
"微信退款"
],
"author": "chuck",
"license": "ISC",
"bugs": {
"url": "https://github.com/yangchunboy/chuck-wechat/issues"
},
"homepage": "https://github.com/yangchunboy/chuck-wechat#readme"
}