UNPKG

node-easypay

Version:
34 lines (33 loc) 778 B
{ "name": "node-easypay", "version": "0.0.6", "description": "Node module for Easypay API.", "main": "index.js", "scripts": { "test": "npm run test/createInvoice", "test/createInvoice": "mocha --timeout 5000 test/createInvoice.test.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:menavita/node-easypay.git" }, "bugs": { "url": "https://github.com/menavita/node-easypay/issues" }, "homepage": "https://github.com/menavita/node-easypay#readme", "keywords": [ "easypay" ], "author": "noglik", "license": "MIT", "dependencies": { "iconv": "^2.3.0", "q": "^1.5.1", "request": "^2.85.0", "xml2js": "^0.4.19" }, "devDependencies": { "mocha": "^5.0.4", "should": "^13.2.1" } }