This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.82 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "MConn",
"version": "0.0.10",
"description": "MConn is a framework to build custom service-discovery-solutions upon Mesosphere's Marathon",
"author": "Livespotting Media GmbH",
"contributors": [
{
"name": "Christoph Johannsdotter",
"email": "c.johannsdotter@livespottingmedia.com"
},
{
"name": "Jan Stabenow",
"email": "j.stabenow@livespottingmedia.com"
}
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/livespotting/mconn.git"
},
"scripts": {
"start": "node ./bin/start"
},
"dependencies": {
"async": "1.4.0",
"basic-auth": "1.0.3",
"body-parser": "1.13.2",
"bytes": "2.1.0",
"colors": "1.1.2",
"commander": "2.8.1",
"compression": "1.5.1",
"cookie-parser": "1.3.5",
"debug": "2.2.0",
"dockerode": "2.2.2",
"express": "4.13.1",
"jade": "1.11.0",
"lodash": "3.10.0",
"moment": "2.10.3",
"morgan": "1.6.1",
"node-zookeeper-client": "0.2.2",
"q": "1.4.1",
"request": "2.60.0",
"socket.io": "1.3.6",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "3.2.0",
"chai-spies": "0.6.0",
"coffeelint": "1.10.1",
"grunt-coffeelint": "0.0.13",
"grunt-concurrent": "2.0.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-csslint": "0.5.0",
"grunt-contrib-cssmin": "0.12.3",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-env": "0.4.4",
"grunt-ng-annotate": "1.0.1",
"grunt-node-inspector": "0.2.0",
"grunt-nodemon": "0.4.0",
"grunt-shell": "1.1.2",
"install": "0.1.8",
"load-grunt-tasks": "3.2.0",
"mocha": "2.2.5",
"node-process-manager": "0.0.4",
"sinon": "1.15.4",
"sinon-chai": "2.8.0",
"tcp-ping": "0.1.1"
}
}