-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 884 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 884 Bytes
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
{
"name": "marathon-node",
"version": "1.1.1",
"description": "Node.js client library for Mesos Marathon's REST API",
"main": "index.js",
"scripts": {
"pretest": "jscs lib --fix",
"test": "mocha",
"prepublishOnly": "npm test",
"postpublish": "./postpublish.js"
},
"repository": {
"type": "git",
"url": "https://github.com/elasticio/marathon-node.git"
},
"author": "elastic.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/elasticio/marathon-node/issues"
},
"homepage": "https://github.com/elasticio/marathon-node",
"dependencies": {
"bluebird": "3.7.2",
"eventsource": "1.0.7",
"lodash": "4.17.20",
"request": "2.87.0",
"request-promise": "3.0.0"
},
"devDependencies": {
"chai": "3.5.0",
"code-quality-js": "1.1.1",
"jscs": "3.0.7",
"mocha": "2.5.3",
"nock": "9.6.1"
}
}