-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
62 lines (62 loc) · 1.52 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
53
54
55
56
57
58
59
60
61
62
{
"name": "iobroker.vis-metro",
"description": "Metro Widgets for ioBroker.vis",
"version": "1.2.0",
"author": {
"name": "hobbyquaker",
"email": "[email protected]"
},
"contributors": [
"bluefox <[email protected]>",
"hobbyquaker <[email protected]>"
],
"homepage": "https://github.com/ioBroker/ioBroker.vis-metro",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.vis-metro"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.vis-metro/blob/master/LICENSE"
}
],
"keywords": [
"ioBroker",
"GUI",
"DashUI",
"web interface",
"home automation",
"SCADA",
"metro GUI"
],
"devDependencies": {
"mocha": "^9.2.0",
"chai": "^4.3.6",
"@alcalzone/release-script": "^3.5.2",
"@alcalzone/release-script-plugin-iobroker": "^3.5.1",
"@alcalzone/release-script-plugin-license": "^3.5.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.vis-metro/issues"
},
"main": "widgets/metro.html",
"files": [
"admin/",
"img/",
"widgets/",
"io-package.json",
"LICENSE"
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script",
"release-patch": "release-script patch --yes --no-update-lockfile",
"release-minor": "release-script minor --yes --no-update-lockfile",
"release-major": "release-script major --yes --no-update-lockfile"
},
"license": "MIT",
"dependencies": {
"@iobroker/adapter-core": "^1.0.3"
}
}