UNPKG

cryptopia-node

Version:
41 lines (40 loc) 841 B
{ "name": "cryptopia-node", "version": "0.7.0", "description": "Cryptopia API Client for Node.js", "main": "index.js", "directories": { "example": "examples", "test": "test" }, "dependencies": { "https": "latest", "crypto": "latest", "underscore": "latest", "url": "latest", "urlencode": "latest" }, "devDependencies": { "mocha": "^3.4.2" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/mjezorek/cryptopia-node.git" }, "keywords": [ "crytopcurrency", "cryptopia", "bitcoin", "altcoin", "exchange" ], "author": "Matt Jezorek", "license": "MIT", "bugs": { "url": "https://github.com/mjezorek/cryptopia-node/issues" }, "homepage": "https://github.com/mjezorek/cryptopia-node#readme" }