mesos-framework
Version:
A wrapper around the Mesos HTTP APIs for Schedulers and Executors. Write your Mesos framework in pure JavaScript!
61 lines (60 loc) • 1.42 kB
JSON
{
"name": "mesos-framework",
"version": "0.7.0",
"description": "A wrapper around the Mesos HTTP APIs for Schedulers and Executors. Write your Mesos framework in pure JavaScript!",
"keywords": [
"mesos",
"framework",
"http",
"api",
"wrapper",
"base",
"scheduler",
"executor"
],
"main": "index.js",
"scripts": {
"docs": "jsdoc --configure .jsdoc.json --verbose",
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard",
"test": "nyc mocha"
},
"author": "TobiLG",
"license": "Apache-2.0",
"nyc": {
"reporter": [
"html"
],
"report-dir": "./docs/coverage"
},
"dependencies": {
"lodash": "^4.17.5",
"node-zookeeper-client": "^0.2.2",
"protobufjs": "^5.0.2",
"requirefrom": "^0.2.1",
"uuid": "^3.2.1",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chalk": "~1.1.3",
"jsdoc": "^3.5.5",
"minami": "^1.2.3",
"mocha": "^3.4.2",
"mock-req": "^0.2.0",
"mock-res": "^0.3.3",
"nyc": "^11.4.1",
"publish-please": "~2.3.1",
"run-sequence": "~1.2.2",
"sinon": "^1.17.7"
},
"repository": {
"type": "git",
"url": "https://github.com/tobilg/mesos-framework.git"
},
"bugs": {
"url": "https://github.com/tobilg/mesos-framework/issues"
}
}