wx-payment
Version:
Payment API of Weixin (WeChat)
36 lines (35 loc) • 889 B
JSON
{
"name": "wx-payment",
"version": "1.1.0",
"description": "Payment API of Weixin (WeChat)",
"main": "index.js",
"scripts": {
"watch": "mocha --watch tests/",
"test": "mocha --reporter spec --timeout 2000 --recursive tests/",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -t 2000 --recursive -R spec tests/",
"test-html": "mocha --reporter mochawesome tests/"
},
"dependencies": {
"md5": "^2.1.0",
"request": "^2.54.0",
"xml2js": "^0.4.6"
},
"keywords": [
"wechat",
"weixin",
"payment",
"微信支付"
],
"author": "Rongfeng Lai",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"mochawesome": "^1.3.4"
},
"repository": {
"type": "git",
"url": "https://github.com/rolai/wechat-payment"
},
"homepage": "https://github.com/rolai/wechat-payment"
}