UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

43 lines (42 loc) 1.11 kB
{ "name": "clusterpost", "version": "1.0.1", "description": "Suite to run a server, post job documents and run tasks in remote computing grids", "main": "index.js", "directories": { "doc": "doc", "example": "examples", "test": "test" }, "scripts": { "install": "napa", "test": "echo \"Error: no test specified\" && exit 1", "start": "NODE_ENV=production node index.js", "snyk-protect": "snyk-protect", "prepare": "npm run snyk-protect" }, "repository": { "type": "git", "url": "git+https://github.com/juanprietob/clusterpost.git" }, "keywords": [ "Cluster", "computing", "REST", "tasks", "execution" ], "author": "juanprietob@gmail.com", "license": "Apache-2.0", "bugs": { "url": "https://github.com/juanprietob/clusterpost/issues" }, "homepage": "https://github.com/juanprietob/clusterpost#readme", "dependencies": { "clusterpost-server": "file:src/clusterpost-server", "couch-update-views": "file:src/couch-update-views", "joi": "^18.0.0", "@snyk/protect": "latest" }, "snyk": true }