-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.22 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
{
"name": "huewi",
"version": "0.1.0",
"description": "hue Web Interface based on huepi, Angular and Bootstrap",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ArndBrugman/huewi.git"
},
"keywords": [
"hue",
"Philips",
"Wireless",
"Lighting",
"Web",
"Interface"
],
"author": "Arnd Brugman",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArndBrugman/huewi/issues"
},
"dependencies": {
"huepi": "^1.0.10",
"jquery": "^3.1.1",
"bootstrap": "^3.3.7",
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-touch": "^1.6.1"
},
"homepage": "https://github.com/ArndBrugman/huewi",
"devDependencies": {
"del": "^2.2.2",
"gulp-angular-embed-templates": "^2.3.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-html-replace": "^1.6.2",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.1",
"gulp-uglify": "^2.0.0"
}
}