-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.24 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-map",
"description": "Map Widgets for ioBroker.vis",
"version": "1.1.2",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"contributors": [
"bluefox <[email protected]>"
],
"homepage": "https://github.com/ioBroker/ioBroker.vis-map",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.vis-map"
},
"keywords": [
"ioBroker",
"GUI",
"map"
],
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"mocha": "^10.8.2",
"chai": "^4.4.1"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.vis-map/issues"
},
"main": "widgets/map.html",
"files": [
"admin/",
"img/",
"widgets/",
"LICENSE",
"io-package.json"
],
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"build": "node build.js",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"license": "MIT",
"dependencies": {
"@iobroker/dev-server": "^0.7.3"
}
}