bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
125 lines (124 loc) • 3.8 kB
JSON
{
"_args": [
[
"bitfinex-api-node@2.0.0-beta.1",
"/Users/carlos8f/projects/bot18"
]
],
"_from": "bitfinex-api-node@2.0.0-beta.1",
"_id": "bitfinex-api-node@2.0.0-beta.1",
"_inBundle": false,
"_integrity": "sha512-UVKh4PAaijplm/VWs3ZLONQo8mhF0bemDZjEQCKtJteNlB+crmqRp/fPuWC2ZTYX2ZQ//J0zriOhEUiuwwGSDA==",
"_location": "/bitfinex-api-node",
"_phantomChildren": {
"async-limiter": "1.0.0",
"ms": "2.0.0",
"safe-buffer": "5.1.2",
"ultron": "1.1.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "bitfinex-api-node@2.0.0-beta.1",
"name": "bitfinex-api-node",
"escapedName": "bitfinex-api-node",
"rawSpec": "2.0.0-beta.1",
"saveSpec": null,
"fetchSpec": "2.0.0-beta.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/bitfinex-api-node/-/bitfinex-api-node-2.0.0-beta.1.tgz",
"_spec": "2.0.0-beta.1",
"_where": "/Users/carlos8f/projects/bot18",
"bugs": {
"url": "https://github.com/bitfinexcom/bitfinex-api-node/issues"
},
"contributors": [
{
"name": "Josh Rossi",
"email": "josh@bitfinex.com",
"url": "https://www.bitfinex.com"
},
{
"name": "Cris Mihalache",
"email": "cris.m@bitfinex.com",
"url": "https://www.bitfinex.com"
},
{
"name": "Robert Kowalski",
"email": "robert@bitfinex.com",
"url": "https://www.bitfinex.com"
},
{
"name": "Simone Poggi",
"email": "simone@bitfinex.com",
"url": "https://www.bitfinex.com"
},
{
"name": "Paolo Ardoino",
"email": "paolo@bitfinex.com",
"url": "https://www.bitfinex.com"
}
],
"dependencies": {
"bignumber.js": "^6.0.0",
"cbq": "0.0.1",
"crc-32": "^1.2.0",
"debug": "^2.2.0",
"lodash": "^4.17.4",
"lodash.throttle": "^4.1.1",
"request": "^2.67.0",
"request-promise": "^4.2.0",
"ws": "^3.0.0"
},
"description": "Node reference library for Bitfinex API",
"devDependencies": {
"bfx-api-mock-srv": "git+https://github.com/bitfinexcom/bfx-api-mock-srv.git",
"chai": "^3.4.1",
"cli-table2": "^0.2.0",
"dotenv": "^4.0.0",
"istanbul": "^0.4.1",
"jsdoc-to-markdown": "^1.3.1",
"mocha": "^3.4.2",
"socks-proxy-agent": "^3.0.1",
"standard": "^10.0.2"
},
"engines": {
"node": ">=7"
},
"homepage": "http://bitfinexcom.github.io/bitfinex-api-node/",
"keywords": [
"bitfinex",
"bitcoin",
"BTC"
],
"license": "MIT",
"main": "index.js",
"name": "bitfinex-api-node",
"repository": {
"type": "git",
"url": "git+https://github.com/bitfinexcom/bitfinex-api-node.git"
},
"scripts": {
"balances": "node examples/rest2/balances.js",
"cancel-orders": "node examples/ws2/cancel_all.js",
"docs": "npm run ws_docs && npm run rest_docs && npm run order_docs",
"lint": "standard",
"order-history": "node examples/rest2/order-history.js",
"order_docs": "node_modules/jsdoc-to-markdown/bin/cli.js lib/models/order.js > doc/order.md",
"orders": "node examples/rest2/orders.js",
"positions": "node examples/rest2/positions.js",
"rest_docs": "node_modules/jsdoc-to-markdown/bin/cli.js lib/transports/rest2.js > doc/rest2.md",
"status": "node examples/rest2/status.js",
"symbols": "node examples/rest2/symbols.js",
"test": "npm run lint && npm run unit",
"test-without-coverage": "NODE_ENV=test mocha -R spec -b --recursive",
"tickers": "node examples/rest2/tickers.js",
"trade-history": "node examples/rest2/trade-history.js",
"unit": "NODE_ENV=test istanbul cover _mocha -- -R spec -b --recursive",
"ws_docs": "node_modules/jsdoc-to-markdown/bin/cli.js lib/transports/ws2.js > doc/ws2.md"
},
"version": "2.0.0-beta.1"
}