lemonway2
Version:
unofficial LEMONWAY nodejs client using DIRECTKITJSON2 + es6 (soapless)
34 lines (33 loc) • 820 B
JSON
{
"name": "lemonway2",
"version": "1.0.82",
"description": "unofficial LEMONWAY nodejs client using DIRECTKITJSON2 + es6 (soapless)",
"main": "index.js",
"directories": {},
"scripts": {
"test": "set -ex; for test in test/tests/*; do node --use-strict $test; done"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderofsalvation/lemonway2.git"
},
"keywords": [
"lemonway",
"crowdfunding",
"payment"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coderofsalvation/lemonway2/issues"
},
"homepage": "https://github.com/coderofsalvation/lemonway2#readme",
"dependencies": {
"debug": "^2.6.1",
"request": "^2.79.0",
"socks5-https-client": "^1.2.1"
},
"devDependencies": {
"rand-token": "^0.3.0"
}
}