forked from openhab/org.openhab.ui.habpanel
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
84 lines (84 loc) · 2.13 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "iobroker.habpanel",
"description": "Dashboard based on HABPanel",
"version": "0.4.2",
"author": {
"name": "Yannick Schaus",
"email": "[email protected]"
},
"contributors": [
{
"name": "Yannick Schaus",
"email": "[email protected]"
},
{
"name": "Kuba Wolanin",
"email": "[email protected]"
},
{
"name": "bluefox",
"email": "[email protected]"
},
{
"name": "jogibear9988",
"email": "[email protected]"
}
],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.habpanel",
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.habpanel"
},
"keywords": [
"ioBroker",
"GUI",
"web interface",
"habpanel"
],
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.19.0",
"eslint-config-esnext": "^1.4.3",
"eslint-config-recommended": "^1.3.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-react-native": "^2.3.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.4.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-main-bower-files": "1.5.3",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.10",
"gulp-webserver": "^0.9.1",
"n3-charts": "^2.0.28",
"pofile": "^1.0.10",
"through2": "^2.0.3",
"@vitalets/google-translate-api": "github:vitalets/google-translate-api",
"configstore": "^4.0.0",
"request": "^2.88.0",
"safe-eval": "^0.4.1",
"mocha": "^6.0.2",
"chai": "^4.1.2"
},
"dependencies": {
"bower": "^1.8.4",
"@iobroker/adapter-core": "^2.4.0"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.habpanel/issues"
},
"main": "",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"prepublish": "node node_modules/gulp/bin/gulp default"
},
"license": "EPL-1.0"
}