-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
70 lines (70 loc) · 1.95 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
{
"name": "SmartHome-UI",
"version": "v1.16.4",
"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": "30-08-2022 17:18:56",
"type_cfg": {
"default": {
"dir": "dist",
"name": "SmartHome UI"
}
},
"skin_path": "_project/skins/",
"skin": "shui",
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
"grunt": "^1.5.3",
"grunt-angular-templates": "^1.2.0",
"grunt-babel": "^8.0.0",
"grunt-banner": "^0.6.0",
"grunt-cache-breaker": "^2.0.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-nodeunit": "~4.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "~5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-html-build": "^0.7.1",
"grunt-jsdox": "^0.1.7",
"grunt-json-generator": "^0.1.0",
"grunt-mkdir": "^1.1.0",
"grunt-modify-json": "^0.1.3",
"grunt-processhtml": "^0.4.3",
"grunt-release-it": "^1.0.1",
"grunt-remove": "^0.1.0",
"grunt-replace": "^2.0.2",
"grunt-string-replace": "^1.3.3"
},
"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"
}