forked from ioBroker/ioBroker.vis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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
{
"name": "iobroker.vis",
"description": "Graphical user interface for ioBroker.",
"version": "0.4.0",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"contributors": [
"bluefox <[email protected]>",
"hobbyquaker <[email protected]>",
"smilingJack <[email protected]>"
],
"homepage": "https://github.com/ioBroker/ioBroker.vis",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.vis"
},
"licenses": [
{
"type": "CC BY-NC",
"url": "https://github.com/ioBroker/ioBroker.vis/blob/master/LICENSE"
}
],
"keywords": [
"ioBroker",
"GUI",
"DashUI",
"web interface",
"home automation",
"SCADA"
],
"devDependencies": {
"grunt": "~0.4.4",
"grunt-replace": "~0.7.6",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jscs": "~0.6.1",
"grunt-http": "~1.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-exec": "~0.4.5"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.vis/issues"
},
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node main.js --install"
},
"license": "CC BY-NC"
}