-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
58 lines (58 loc) · 1.45 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
{
"name": "iobroker.vis-google-fonts",
"description": "Graphical user interface for ioBroker.",
"version": "1.0.4",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"contributors": [
"bluefox <[email protected]>"
],
"homepage": "https://github.com/ioBroker/ioBroker.vis-google-fonts",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.vis-google-fonts"
},
"keywords": [
"ioBroker",
"GUI",
"DashUI",
"web interface",
"home automation",
"SCADA"
],
"dependencies": {
"@iobroker/adapter-core": "^2.6.8"
},
"devDependencies": {
"@iobroker/testing": "^4.1.3",
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"mocha": "^10.8.2",
"chai": "^4.3.10"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.vis-google-fonts/issues"
},
"main": "main.js",
"files": [
"admin/",
"img/",
"lib/",
"widgets/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test:package": "mocha test/package --exit",
"test": "npm run test:package",
"install": "node main.js --install",
"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": "OFL-1.1"
}