honeybee-hive
Version:
A node module to allow for volunteer computing, like BOINC.
44 lines (43 loc) • 1.16 kB
JSON
{
"name": "honeybee-hive",
"version": "1.3.0",
"description": "A node module to allow for volunteer computing, like BOINC.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kurimizumi/Honeybee-Hive.git"
},
"keywords": [
"volunteer",
"computing",
"distributed",
"computing",
"boinc"
],
"author": "Kurimizumi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kurimizumi/Honeybee-Hive/issues"
},
"homepage": "https://github.com/Kurimizumi/Honeybee-Hive#readme",
"dependencies": {
"deep-defaults": "^1.0.4",
"hashcashgen": "^1.0.1",
"idgen": "^2.0.2",
"json-socket": "git+https://github.com/Kurimizumi/node-json-socket.git",
"json-websocket": "git+https://github.com/Kurimizumi/node-json-websocket.git",
"mongoose": "^4.5.9",
"node-forge": "^0.6.42",
"node-persist": "0.0.12",
"nodejs-websocket": "^1.6.0",
"simple-encryption": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2",
"mocha-jshint": "^2.3.1"
}
}