decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
35 lines (34 loc) • 860 B
JSON
{
"name": "clusterpost-app",
"version": "1.3.0",
"description": "Performs tasks in your desktop. Retrieve finished jobs. ",
"main": "index.js",
"scripts": {
"test": "lab -v 6000 test.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/juanprietob/clusterpost.git"
},
"keywords": [
"cluster",
"job",
"scheduler"
],
"author": "juanprietob@gmail.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/juanprietob/clusterpost/issues"
},
"homepage": "https://github.com/juanprietob/clusterpost#readme",
"dependencies": {
"bluebird": "^3.7.2",
"clusterpost-lib": "file:../clusterpost-lib",
"minimist": "^1.2.6",
"underscore": "^1.12.1",
"snyk": "^1.1064.0"
},
"snyk": true
}