-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1008 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1008 Bytes
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
{
"name": "iobroker.vis-owl",
"version": "0.2.13",
"description": "vis-owl",
"author": {
"name": "Buchi",
"email": "temp1@act4you.de"
},
"homepage": "https://github.com/gerbuchner/ioBroker.vis-owl",
"license": "MIT",
"keywords": [
"ioBroker",
"template",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/gerbuchner/ioBroker.vis-owl"
},
"dependencies": {},
"devDependencies": {
"@alcalzone/release-script": "^2.2.2",
"@iobroker/testing": "^2.5.4",
"@types/gulp": "^4.0.9",
"axios": "^0.25.0",
"gulp": "^4.0.2"
},
"main": "widgets/vis-owl.html",
"files": [
"widgets/",
"www/",
"io-package.json",
"LICENSE"
],
"scripts": {
"test:package": "mocha test/package --exit",
"test": "npm run test:package",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/gerbuchner/ioBroker.vis-owl/issues"
},
"readmeFilename": "README.md"
}