crowdtoken-demo-wallet
Version:
ERC20 Token wallet utilize SafeMath, DAOs & Web3
77 lines (76 loc) • 2.03 kB
JSON
{
"_from": "bitfinex-api-node",
"_id": "bitfinex-api-node@1.0.2",
"_inBundle": false,
"_integrity": "sha1-oLhmuSKe968zNV+tEnmsUZNDyVk=",
"_location": "/bitfinex-api-node",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "bitfinex-api-node",
"name": "bitfinex-api-node",
"escapedName": "bitfinex-api-node",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bitfinex-api-node/-/bitfinex-api-node-1.0.2.tgz",
"_shasum": "a0b866b9229ef7af33355fad1279ac519343c959",
"_spec": "bitfinex-api-node",
"_where": "/home/mqt",
"author": {
"name": "Josh Rossi",
"email": "josh@bitfinex.com",
"url": "https://www.bitfinex.com"
},
"bugs": {
"url": "https://github.com/bitfinexcom/bitfinex-api-node/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^2.2.0",
"lodash": "^4.17.4",
"request": "^2.67.0",
"request-promise": "^4.2.0",
"ws": "^3.0.0"
},
"deprecated": false,
"description": "Node reference library for Bitfinex API",
"devDependencies": {
"chai": "^3.4.1",
"debug": "^2.2.0",
"istanbul": "^0.4.1",
"jsdoc-to-markdown": "^1.3.1",
"mocha": "^3.4.2",
"standard": "^10.0.2"
},
"engines": {
"node": ">=6"
},
"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": {
"docs": "node_modules/jsdoc-to-markdown/bin/cli.js ws.js > DOCS.md",
"lint": "standard",
"test": "npm run lint && npm run unit",
"test-without-coverage": "NODE_ENV=test mocha -R spec -b --recursive",
"unit": "NODE_ENV=test istanbul cover _mocha -- -R spec -b --recursive"
},
"version": "1.0.2"
}