-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
37 lines (37 loc) · 1 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
{
"name": "ha-dockermon",
"version": "0.0.13",
"description": "A RESTful HTTP endpoint which can return the status of Docker containers for Home Automation controllers like Home Assistant",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 0",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philhawthorne/ha-dockermon.git"
},
"keywords": [
"home-assistant",
"home automation",
"docker"
],
"author": "Phil Hawthorne",
"license": "MIT",
"bugs": {
"url": "https://github.com/philhawthorne/ha-dockermon/issues"
},
"homepage": "https://github.com/philhawthorne/ha-dockermon#readme",
"dependencies": {
"body-parser": "^1.18.2",
"convict": "^6.2.4",
"dockerode": "^2.5.3",
"express": "^4.16.2",
"express-basic-auth": "^1.2.0",
"js-yaml": "^3.13.1",
"snyk": "^1.685.0"
},
"snyk": true
}