-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 906 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 906 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
{
"name": "MMM-Config",
"version": "1.0.0",
"description": "Enable form based (in browser) configuration for MagicMirror",
"main": "MMM-Config.js",
"scripts": {
"postinstall": "node exec_script.js ./postinstall.sh:postinstall.cmd",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/sdetweil/MMM-Config",
"author": "Sam Detweiler",
"license": "MIT",
"dependencies": {
"child_process": "^1.0.2",
"chokidar": "^5.0.0",
"deep-object-diff": "^1.1.0",
"dynamic-middleware": "^4.0.4",
"electron-reload": "^1.5.0",
"jsonform": "github:sdetweil/jsonform#w_add_delete_and_template",
"lodash": "^4.17.21",
"os": "^0.1.1",
"path": "^0.12.7",
"prettier": "^2.0.5",
"pretty-ms": "^7.0.0",
"qrcode": "^1.4.4",
"serve-index": "^1.9.1",
"showdown": "^2.1.0",
"socket.io-client": "^4.0.1"
}
}