forked from openhab/org.openhab.ui.habmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.3 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
{
"author": "Chris Jackson",
"name": "HABmin2",
"version": "0.1.0",
"homepage": "https://github.com/cdjackson/HABmin2",
"licenses": {
"type": "GPL",
"url": "https://raw.github.com/cdjackson/HABmin2/master/LICENSE"
},
"bugs": "https://github.com/cdjackson/HABmin2/issues",
"repository": {
"type": "git",
"url": "git@github.com:cdjackson/HABmin2.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-json-minify": "~0.4.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-clean": "^0.4.1",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-jshint": "^0.4.3",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-watch": "^0.4.4",
"grunt-contrib-uglify": "^0.7.0",
"grunt-ngmin": "0.0.3",
"grunt-html2js": "^0.2.9",
"grunt-conventional-changelog": "^1.1.0",
"grunt-bump": "0.0.16",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"grunt-karma": "^0.8.2",
"karma": "^0.12.9",
"grunt-ng-annotate": "~0.8.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-bootlint": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-run-java": "~0.1.1",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-shell": "~1.1.1",
"karma-chrome-launcher": "~0.1.8",
"grunt-lesslint": "~1.1.14"
}
}