-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 896 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
34
35
36
37
{
"name": "onkyo_remote",
"version": "0.0.6",
"description": "Onkyo Remote Widget for Mac OSX Dashboard",
"main": "gulpfile.js",
"dependencies": {
"yargs": "^1.3.1",
"browser-sync": "~1.1.2",
"coffeeify": "~0.6.0",
"gulp": "~3.8.5",
"gulp-autoprefixer": "0.0.8",
"gulp-browserify": "~0.5.0",
"gulp-cache": "~0.2.0",
"gulp-changed": "~0.4.0",
"gulp-concat": "~2.2.0",
"gulp-csso": "~0.2.9",
"gulp-filter": "^0.5.0",
"gulp-imagemin": "~0.6.1",
"gulp-jade": "~0.6.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"gulp-uglify": "~0.3.1",
"gulp-util": "~2.2.19",
"main-bower-files": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Onkyo",
"Remote",
"Dashboard"
],
"author": "Felix Kaminski",
"license": "MIT"
}