forked from mesoshq/flink-framework
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 844 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
{
"name": "flink-framework",
"version": "0.1.2",
"description": "An Apache Flink Mesos framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mesoshq/flink-framework.git"
},
"keywords": [
"mesos",
"framework",
"scheduler",
"flink",
"mesosphere",
"streaming",
"batch",
"distributed",
"dcos"
],
"author": "tobilg@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/mesoshq/flink-framework/issues"
},
"homepage": "https://github.com/mesoshq/flink-framework",
"dependencies": {
"express": "^4.14.0",
"lodash": "^4.14.0",
"mesos-framework": "^0.2.9",
"require-environment-variables": "^1.1.2"
}
}