UNPKG

payture

Version:
38 lines (37 loc) 756 B
{ "name": "payture", "version": "1.2.1", "description": "Payture API for NodeJS", "main": "index.js", "scripts": { "test": "mocha test/**/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/cderche/payture-node.git" }, "keywords": [ "Payture", "API", "NodeJS", "Payment", "Processing", "Russia", "eWallet" ], "author": "Cyrille Derche", "license": "ISC", "bugs": { "url": "https://github.com/cderche/payture-node/issues" }, "homepage": "https://github.com/cderche/payture-node#readme", "dependencies": { "qs": "^6.2.0", "request": "^2.72.0", "xml2json": "^0.9.1" }, "devDependencies": { "mocha": "^3.0.2", "should": "^11.1.0" } }