UNPKG

tenpay

Version:
39 lines (38 loc) 762 B
{ "name": "tenpay", "version": "2.1.18", "description": "微信支付 for nodejs", "main": "./lib", "scripts": { "test": "mocha", "travis": "TESTER=travis mocha" }, "repository": { "type": "git", "url": "git://github.com/befinal/node-tenpay.git" }, "engines": { "node": ">= 8.3.0" }, "keywords": [ "微信支付", "微信红包", "企业付款", "wechat", "wechat-pay", "wechat-payment" ], "author": "Eric", "license": "MIT", "bugs": { "url": "https://github.com/befinal/node-tenpay/issues" }, "homepage": "https://github.com/befinal/node-tenpay#readme", "dependencies": { "urllib": "^2.33.0", "xml2js": "^0.4.19" }, "devDependencies": { "mocha": "^4.1.0" } }