node-deadline
Version:
Module to interface with Deadline Compute Management System by Thinkbox Software
32 lines (31 loc) • 725 B
JSON
{
"name": "node-deadline",
"version": "0.2.1",
"description": "Module to interface with Deadline Compute Management System by Thinkbox Software",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:bardelsoftware/node-deadline.git"
},
"keywords": [
"Deadline",
"Thinkbox"
],
"author": "Bardel Entertainment (http://www.bardel.ca)",
"license": "MIT",
"dependencies": {
"mongodb": "~2.0.48",
"colors": "~1.1.2"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-jasmine": "~2.2.1",
"jshint": "~2.9.1-rc1",
"gulp-jshint": "~2.0.0",
"gulp-jscs": "~3.0.2",
"jshint-stylish": "~2.1.0"
}
}