-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.02 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
44
45
46
47
48
49
50
{
"name": "sys-mon",
"version": "1.0.0",
"description": "Node based system monitor dashboard; prototype of a node desktop application using Angular 1.5",
"main": "N-Dash.js",
"scripts": {
"test": "electron/electron ."
},
"repository": {},
"author": "",
"license": "UNLICENSED",
"dependencies": {
"bluebird": "^3.4.6",
"electron": "^1.4.13",
"sugar": "^2.0.4",
"yargs": "^6.5.0"
},
"mappedFolders": {
"/libraries": "/client-libraries"
},
"widgets": [
{
"name": "SysMon",
"folder": "SysMon",
"entryPoint": "main.htm",
"enabled": true
},
{
"name": "webcam",
"folder": "WebCam",
"entryPoint": "webcam.html",
"enabled": false
},
{
"name": "webcam 2",
"folder": "WebCam",
"entryPoint": "webcam.html",
"enabled": false
},
{
"name": "PiMonitor",
"folder": "PiMonitor",
"entryPoint": "main.htm",
"enabled": false
}
],
"devDependencies": {
"electron": "^1.4.13"
}
}