-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.1 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.1 KB
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
{
"name": "Wazigate System",
"version": "1.0.6",
"description": "Wazigate System",
"types": "dashboard.d.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack --env.entry=index",
"watch": "npx webpack --env.entry=index --watch",
"http-server": "http-server"
},
"author": "Waziup",
"license": "ISC",
"waziapp": {
"icon": "ui/icons/waziup.svg",
"menu": {
"settings": {
"primary": "Settings",
"icon": "ui/icons/settings.svg",
"href": "#/apps/waziup.wazigate-system/ui/",
"prio": 60
},
"settings.wifi": {
"primary": "WiFi",
"icon": "ui/icons/wifi.svg",
"href": "#/apps/waziup.wazigate-system/ui/#/internet"
},
"help": {
"primary": "Help",
"icon": "ui/icons/help.svg",
"prio": 200
},
"help.sysAPI": {
"primary": "System API docs",
"icon": "ui/icons/api.svg",
"href": "#/apps/waziup.wazigate-system/docs/"
},
"help.edgeAPI": {
"primary": "Edge API docs",
"icon": "ui/icons/api.svg",
"href": "#/docs/"
}
}
},
"devDependencies": {
"process": "^0.11.10"
}
}