This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.51 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
{
"name": "docker-dashboard-agent-compose",
"version": "4.4.0",
"description": "",
"main": "index.js",
"scripts": {
"mermaid": "for i in ./docs/*.mmd; do mmdc -i $i -o $i.png -t neutral; done",
"start": "./node_modules/.bin/forever --minUptime 2500 --spinSleepTime 5000 ./node_modules/.bin/coffee index.coffee",
"test": "mocha --recursive --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul tests && istanbul report text lcov",
"test:html": "mocha --recursive --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul tests && istanbul report html lcov",
"test:watch": "mocha --recursive --compilers coffee:coffee-script/register --watch-extensions test.coffee --watch tests ",
"precommit": "npm test",
"prepush": "npm test"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@bigboat/mqtt-client": "^1.1.0",
"coffee-script": "^1.12.4",
"docker-dashboard-agent-api": "^4.5.1",
"forever": "^0.15.2",
"fs-extra": "^0.30.0",
"js-yaml": "^3.6.1",
"lodash": "^4.15.0",
"mermaid.cli": "^0.4.6",
"mkdirp": "^0.5.1",
"os-monitor": "^1.0.5",
"path": "^0.12.7",
"random-mac": "0.0.4",
"resolve-path": "^1.3.3",
"shelljs": "^0.7.7",
"ws": "^1.1.1"
},
"devDependencies": {
"coffee-coverage": "^2.0.1",
"coffee-script": "^1.12.4",
"coveralls": "^2.12.0",
"husky": "^0.13.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"testdouble": "^2.1.0"
}
}