UNPKG

cex-as-promised

Version:
44 lines (43 loc) 919 B
{ "name": "cex-as-promised", "version": "3.0.2", "description": "CEX.io API on a promise", "main": "index.js", "scripts": { "test": "ava" }, "repository": { "type": "git", "url": "git+https://github.com/sdd/cex-as-promised.git" }, "keywords": [ "cexio", "cex.io", "bitcoin-on-toast" ], "ava": {}, "author": "Scott Donnelly", "license": "MIT", "bugs": { "url": "https://github.com/sdd/cex-as-promised/issues" }, "homepage": "https://github.com/sdd/cex-as-promised#readme", "dependencies": { "debug": "^2.6.8", "lodash": "^4.17.4", "p-retry": "^1.0.0", "qprintf": "^0.13.2", "querystring": "^0.2.0", "request": "^2.81.0", "request-promise": "^4.2.1", "request-promise-native": "^1.0.4" }, "devDependencies": { "ava": "^0.19.1", "nock": "^9.0.13", "sinon": "^2.3.6" }, "engines": { "node": ">=7.6" } }