mesos
Version:
Mesos clients
41 lines (40 loc) • 1.14 kB
JSON
{
"name": "mesos",
"version": "0.7.0",
"description": "Mesos clients",
"main": "lib/index.js",
"dependencies": {
"papi": "^0.15.0"
},
"devDependencies": {
"async": "^0.9.0",
"debug": "^2.0.0",
"istanbul": "^0.3.2",
"jscs": "^1.6.2",
"jshint": "^2.5.5",
"lodash": "^2.4.1",
"mocha": "^1.21.0",
"node-uuid": "^1.4.1",
"should": "^4.0.4"
},
"scripts": {
"cover": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --recursive --check-leaks --timeout 15000 && open coverage/lcov-report/index.html",
"test": "./node_modules/.bin/jshint lib test && ./node_modules/.bin/jscs lib test && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --recursive --check-leaks --timeout 15000"
},
"repository": {
"type": "git",
"url": "https://github.com/silas/node-mesos.git"
},
"keywords": [
"chronos",
"client",
"marathon",
"mesos"
],
"author": "Silas Sewell <silas@sewell.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/silas/node-mesos/issues"
},
"homepage": "https://github.com/silas/node-mesos"
}