-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
33 lines (33 loc) · 831 Bytes
/
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
{
"name": "HABmin",
"version": "0.1.0",
"description": "Web administration console for openHAB",
"main": "index.html",
"dependencies": {
"grunt": "~0.4.2"
},
"devDependencies": {
"grunt-contrib-cssmin": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-htmlmin": "*",
"grunt-htmlhint": "*",
"grunt-xmlmin": "*",
"grunt-json-minify": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-compress": "*",
"grunt": "~0.4.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://cdjackson@github.com/cdjackson/HABmin.git"
},
"author": "Chris Jackson",
"license": "GPL",
"bugs": {
"url": "https://github.com/cdjackson/HABmin/issues"
},
"homepage": "https://github.com/cdjackson/HABmin"
}