-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.07 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
{
"name": "MagicMirrorModuleManager",
"version": "1.0.0",
"description": "This web based software allows configurations via a GUI interface for the MagicMirror2 Software configurations and modules..",
"main": "server.js",
"dependencies": {
"@material/grid-list": "^0.2.5",
"child_process": "^1.0.2",
"fs": "0.0.1-security",
"git-clone": "^0.1.0",
"git-last-commit": "^0.3.0",
"git-url-parse": "^7.0.0",
"http-server": "^0.10.0",
"material-components-web": "^0.13.0",
"path": "^0.12.7",
"qrcode-terminal": "^0.11.0",
"rimraf-promise": "^2.0.0",
"socket.io": "^2.0.3",
"url": "^0.11.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EliteByte/MagicMirrorModuleManager.git"
},
"author": "Mario Figueroa",
"license": "ISC",
"bugs": {
"url": "https://github.com/EliteByte/MagicMirrorModuleManager/issues"
},
"homepage": "https://github.com/EliteByte/MagicMirrorModuleManager#readme"
}