UNPKG

decentralized-internet

Version:

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

43 lines (42 loc) 1.14 kB
{ "name": "clusterpost-provider", "version": "4.2.0", "description": "Transfer job description and data to couchdb. Submit task to the computing grid", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect" }, "keywords": [ "cluster", "computing" ], "author": "juanprietob@gmail.com", "license": "Apache-2.0", "dependencies": { "@hapi/joi": "^17.0.0", "bluebird": "^3.5.0", "boom": "^7.0.0", "clusterpost-model": "^1.10.0", "couch-provider": "^3.0.0", "couch-update-views": "^1.0.8", "find-process": "^1.4.5", "joi": "^18.0.0", "linkedlist": "^1.0.1", "node-crontab": "0.0.8", "node-targz": "^0.2.0", "request": "^2.88.0", "underscore": "^1.12.1", "snyk": "^1.1064.0" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/juanprietob/clusterpost.git" }, "bugs": { "url": "https://github.com/juanprietob/clusterpost/issues" }, "homepage": "https://github.com/juanprietob/clusterpost#readme", "snyk": true }