masterblaster
Version:
Scheduling and componsation system for biodome
31 lines (30 loc) • 647 B
JSON
{
"name": "masterblaster",
"description": "Scheduling and componsation system for biodome",
"version": "0.0.1",
"author": "Andrew Krespanis",
"license": "MIT",
"homepage": "https://github.com/andrewk/masterblaster",
"main": "./lib/skynet.js",
"keywords": [
"automation",
"scheduling",
"environment",
"biodome"
],
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"dependencies": {
"later": "1.1.x"
},
"devDependencies": {
"chai": "1.8.x",
"mocha": "1.17.x",
"sinon": "1.7.x"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewk/masterblaster.git"
}
}