forked from elasticio/marathon-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 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
{
"name": "marathon-node",
"version": "2.0.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/AppliedTrust/marathon-node.git"
},
"author": "AppliedTrust",
"license": "ISC",
"bugs": {
"url": "https://github.com/AppliedTrust/marathon-node/issues"
},
"homepage": "https://github.com/AppliedTrust/marathon-node",
"dependencies": {
"axios": "^1.3.4",
"eventsource": "^2.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"code-quality-js": "^1.1.1",
"jscs": "^3.0.3",
"mocha": "^2.5.3",
"nock": "^8.0.0"
}
}