UNPKG

coinpit-client

Version:
61 lines (60 loc) 1.42 kB
{ "name": "coinpit-client", "version": "5.0.2", "description": "client library for coinpit", "main": "src/index.js", "scripts": { "test": "gulp coverage" }, "repository": { "type": "git", "url": "git+https://github.com/coinpit/coinpit-client.git" }, "keywords": [ "coinpit", "bitcoin", "futures", "simulator", "client", "bot", "bots" ], "author": "coinpit", "license": "MIT", "bugs": { "url": "https://github.com/coinpit/coinpit-client/issues" }, "homepage": "https://github.com/coinpit/coinpit-client#readme", "dependencies": { "affirm.js": "^1.0.0", "bitcoinjs-lib": "2.1.4", "bitcoinutil": "^3.0.2", "bluebird": "^3.4.0", "coinpit-common": "0.1.1", "insight-util": "^1.4.1", "lodash": "^4.13.1", "loginless": "^4.0.4", "mangler": "^1.0.1", "rest.js": "~0.2.1", "socket.io-client": "^1.4.6", "uuid": "^3.0.1" }, "devDependencies": { "del": "^2.2.0", "expect.js": "^0.3.1", "fixtures.js": "^2.1.0", "gulp": "^3.9.1", "gulp-browserify": "^0.5.1", "gulp-exit": "0.0.2", "gulp-istanbul": "^0.10.4", "gulp-jshint": "^2.0.1", "gulp-jshint-html-reporter": "^0.1.3", "gulp-mocha": "^2.2.0", "gulp-nsp": "^2.4.1", "jshint": "^2.9.2", "mocha": "^2.5.3", "mocha-generators": "^1.2.0", "mock-require": "^2.0.1", "sinon": "^1.17.4" } }