-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 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
{
"name": "iobroker.vis-material-advanced",
"version": "1.7.4",
"description": "This Adapter provides standardized Widgets for vis in ioBroker. Lots of different predifined widgets",
"author": "EdgarM73 <[email protected]>",
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.vis-material-advanced",
"license": "MIT",
"engines": {
"node": ">=16"
},
"keywords": [
"vis",
"material",
"widget",
"ioBroker"
],
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.vis-material-advanced.git"
},
"dependencies": {},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/testing": "^4.1.0",
"@types/gulp": "^4.0.13",
"axios": "^1.5.0",
"chai": "^4.3.8",
"gulp": "^4.0.2",
"mocha": "^10.2.0"
},
"main": "widgets/vis-material-advanced.html",
"files": [
"admin/",
"!admin/i18n/",
"lib/",
"master/",
"widgets/",
"io-package.json",
"example.json",
"example2.json",
"LICENSE"
],
"scripts": {
"test:package": "mocha test/package --exit",
"test": "npm run test:package",
"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",
"test-travis": "node node_modules/mocha/bin/mocha"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.vis-material-advanced/issues"
},
"directories": {
"lib": "lib",
"test": "test"
}
}