grenache-nodejs-http
Version:
Granache Node.js HTTP implementation
42 lines (41 loc) • 933 B
JSON
{
"name": "grenache-nodejs-http",
"version": "1.0.1",
"private": false,
"description": "Granache Node.js HTTP implementation",
"author": "prdn <paolo@bitfinex.com> (https://bitfinex.com/)",
"keywords": [
"grenache",
"kademlia",
"nodejs",
"micro-services"
],
"engines": {
"node": ">=16.0"
},
"dependencies": {
"async": "3.2.6",
"duplexify": "4.1.3",
"grenache-nodejs-base": "1.0.0",
"grenache-nodejs-link": "1.0.2",
"node-fetch": "2.7.0",
"pump": "3.0.2"
},
"main": "index.js",
"devDependencies": {
"grenache-grape": "1.0.0",
"mocha": "11.1.0",
"standard": "17.1.2"
},
"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-http.git"
}
}