forked from Z-Wave-Me/zwave-smarthome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.83 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
{
"name": "SmartHome-UI",
"version": "v1.13.1",
"rc": 0,
"description": "This User Interfaces allows to operate a Smart Home Network based on Z-Wave devices.",
"main": "index.html",
"app_type": "default",
"built": "13-03-2021 03:37:42",
"type_cfg": {
"default": {
"dir": "dist",
"name": "SmartHome UI"
}
},
"skin_path": "_project/skins/",
"skin": "shui",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-templates": "^1.0.3",
"grunt-banner": "^0.6.0",
"grunt-cache-breaker": "^2.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^2.1.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-html-build": "^0.7.1",
"grunt-jsdox": "^0.1.7",
"grunt-json-generator": "^0.1.0",
"grunt-mkdir": "^0.1.2",
"grunt-modify-json": "^0.1.3",
"grunt-processhtml": "^0.4.1",
"grunt-release-it": "^1.0.1",
"grunt-remove": "^0.1.0",
"grunt-replace": "^1.0.1",
"grunt-string-replace": "^1.0.0"
},
"directories": {
"app": "app",
"storage": "storage"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Z-Wave-Me/zwave-smarthome.git"
},
"keywords": [
"z-wave",
"smart home"
],
"author": "Martin Vach ([email protected])",
"license": "GNU",
"bugs": {
"url": "https://github.com/Z-Wave-Me/zwave-smarthome/issues"
},
"homepage": "https://github.com/Z-Wave-Me/zwave-smarthome",
"dependencies": {}
}