forked from tobilg/mesos-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 966 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "mesos-framework",
"version": "0.2.8",
"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": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"author": "TobiLG",
"license": "MIT",
"dependencies": {
"lodash": "^4.13.1",
"protobufjs": "^5.0.1",
"uuid": "^2.0.2",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.1.5"
},
"devDependencies": {
"jsdoc": "^3.4.0",
"minami": "^1.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/tobilg/mesos-framework.git"
},
"bugs": {
"url": "https://github.com/tobilg/mesos-framework/issues"
}
}