forked from ioBroker/ioBroker.vis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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": "iobroker.vis",
"description": "Graphical user interface for ioBroker.",
"version": "1.3.7",
"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"
},
"keywords": [
"iobroker",
"GUI",
"DashUI",
"web interface",
"home automation",
"SCADA"
],
"dependencies": {
"jsonwebtoken": "^8.5.1",
"@iobroker/adapter-core": "^2.4.0"
},
"devDependencies": {
"@alcalzone/release-script": "^1.8.1",
"gulp": "^4.0.2",
"gulp-replace": "^1.0.0",
"iobroker.web": "*",
"mocha": "^8.2.1",
"chai": "^4.2.0"
},
"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",
"prepublishOnly": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js",
"release": "release-script"
},
"license": "CC-BY-NC-4.0"
}