forked from ioBroker/ioBroker.vis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.16 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
51
52
{
"name": "iobroker.vis",
"description": "Graphical user interface for iobroker.",
"version": "1.2.0",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"contributors": [
"bluefox <[email protected]>",
"hobbyquaker <[email protected]>"
],
"homepage": "https://github.com/iobroker/iobroker.vis",
"repository": {
"type": "git",
"url": "https://github.com/iobroker/iobroker.vis"
},
"licenses": [
{
"type": "CC-BY-NC-4.0",
"url": "https://github.com/iobroker/iobroker.vis/blob/master/LICENSE"
}
],
"keywords": [
"iobroker",
"GUI",
"DashUI",
"web interface",
"home automation",
"SCADA"
],
"dependencies": {
"jsonwebtoken": "^8.2.2",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-replace": "^1.0.0",
"iobroker.web": "*",
"mocha": "^6.0.2",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/iobroker/iobroker.vis/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"install": "node main.js --install"
},
"license": "CC-BY-NC-4.0"
}