grenache-nodejs-link
Version:
Granache Node.js Link
38 lines (37 loc) • 885 B
JSON
{
"name": "grenache-nodejs-link",
"version": "1.0.0",
"description": "Granache Node.js Link",
"author": "prdn <paolo@bitfinex.com> (https://bitfinex.com/)",
"keywords": [
"grenache",
"kademlia",
"nodejs",
"micro-services"
],
"dependencies": {
"async": "^3.2.4",
"cbq": "0.0.1",
"lodash": "^4.17.21",
"lru": "^3.1.0",
"request": "^2.88.0",
"uuid": "^9.0.0"
},
"main": "index.js",
"devDependencies": {
"bfx-svc-test-helper": "git+https://github.com/bitfinexcom/bfx-svc-test-helper.git",
"mocha": "^10.2.0",
"standard": "^17.1.0"
},
"scripts": {
"test": "npm run lint && npm run unit",
"unit": "mocha",
"lint": "standard",
"lint:fix": "standard --fix"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/bitfinexcom/grenache-nodejs-link.git"
}
}