decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
36 lines (35 loc) • 901 B
JSON
{
"name": "clusterpost-lib",
"version": "2.4.0",
"description": "Library implementing the API of clusterpost-server application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/juanprietob/clusterpost.git"
},
"keywords": [
"clusterpost",
"library",
"implementation",
"API"
],
"author": "juanprietob@gmail.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/juanprietob/clusterpost/issues"
},
"homepage": "https://github.com/juanprietob/clusterpost#readme",
"dependencies": {
"@hapi/joi": "^17.0.0",
"bluebird": "^3.7.2",
"clusterpost-model": "^1.8.1",
"hapi-jwt-couch-lib": "^1.1.0",
"jsonwebtoken": "^9.0.0",
"prompt": "^1.1.0",
"request": "^2.73.0",
"underscore": "^1.12.1"
}
}