-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.18 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": "mmm-edgerouter-throughput",
"version": "1.0.0",
"description": "A MagicMirror² Module to show the Interface throughput of an Ubiquity EdgeRouter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"dev": "rollup -c --sourcemap=inline",
"watch": "npm run dev -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mscharl/MMM-edgerouter-throughput.git"
},
"keywords": [
"MagicMirror",
"MagicMirror2",
"Module",
"EdgeRouter",
"Throughput",
"Bandwith"
],
"author": "Michael Scharl <michael.scharl@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mscharl/MMM-edgerouter-throughput/issues"
},
"homepage": "https://github.com/mscharl/MMM-edgerouter-throughput#readme",
"devDependencies": {
"rollup": "^1.17.0",
"rollup-plugin-banner": "^0.2.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.10.0",
"typescript": "^3.5.3"
},
"dependencies": {
"pretty-bytes": "^5.3.0",
"ssh2-promise": "^0.1.5"
}
}