grenache-nodejs-http
Version:
Granache Node.js HTTP implementation
36 lines (35 loc) • 808 B
JSON
{
"name": "grenache-nodejs-http",
"version": "0.7.13",
"private": false,
"description": "Granache Node.js HTTP implementation",
"author": "prdn <paolo@bitfinex.com> (https://bitfinex.com/)",
"keywords": [
"grenache",
"kademlia",
"nodejs",
"micro-services"
],
"dependencies": {
"async": "^3.2.4",
"grenache-nodejs-base": "^0.7.5",
"grenache-nodejs-link": "^0.7.13",
"lodash": "^4.17.21",
"request": "^2.88.0"
},
"main": "index.js",
"devDependencies": {
"grenache-grape": "^0.9.12",
"mocha": "^10.2.0",
"standard": "^17.0.0"
},
"scripts": {
"test": "npm run lint",
"lint": "standard"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/bitfinexcom/grenache-nodejs-http.git"
}
}