UNPKG

shapeshift

Version:

shapeshift.io api for node.js

49 lines (48 loc) 909 B
{ "name": "shapeshift", "version": "1.0.2", "description": "shapeshift.io api for node.js", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@github.com:chovy/shapeshift.git" }, "keywords": [ "btc", "ltc", "ppc", "drk", "doge", "bitcoin", "litecoin", "dogecoin", "darkcoin", "peercoin", "cryptocurrency", "exchange", "shapeshift" ], "author": "Anthony Ettinger (chovy)", "license": "MIT", "dependencies": { "lodash": "^4.x", "q": "^1.x", "request": "^2.x", "request-promise": "^3.x" }, "devDependencies": { "chai": "^3.x", "chai-as-promised": "^5.x", "mocha": "^2.x" }, "bugs": { "url": "https://github.com/chovy/shapeshift/issues" }, "homepage": "https://github.com/chovy/shapeshift", "directories": { "test": "test" } }