-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
71 lines (71 loc) · 1.93 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
{
"name": "Z-Wave",
"version": "v1.6.10",
"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:19:44",
"type_cfg": {
"default": {
"dir": "dist",
"name": "Z-Wave Expert"
}
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"babel-plugin-angularjs-annotate": "^0.10.0",
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.5.3",
"grunt-angular-templates": "^1.2.0",
"grunt-babel": "^8.0.0",
"grunt-banner": "^0.6.0",
"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-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-html-build": "^0.7.1",
"grunt-json-generator": "^0.1.0",
"grunt-mkdir": "^0.1.2",
"grunt-push-release": "^0.1.1",
"grunt-release-it": "^1.0.1",
"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/ExpertUI.git"
},
"keywords": [
"z-wave",
"smart home"
],
"author": "Serguei Poltorak (ps@z-wave.me) and Martin Vach (info@vades.net)",
"license": "GNU",
"bugs": {
"url": "https://github.com/Z-Wave-Me/ExpertUI/issues"
},
"homepage": "https://github.com/Z-Wave-Me/ExpertUI",
"dependencies": {
"babel": "^6.23.0",
"findup-sync": "^4.0.0",
"grunt-cli": "^1.3.2",
"npm": "^8.1.3",
"sass": "^1.43.4"
}
}