forked from moode-player/moode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.92 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
72
73
74
75
76
77
78
{
"name": "moOde",
"version": "8.1.1",
"description": "moOde audio player",
"author": "Tim Curtis",
"main": "index.js",
"homepage": "http://moodeaudio.org",
"license": "GPL-3.0-or-later",
"bugs": "http://moodeaudio.org/forum/",
"browserslist": "defaults",
"copyright": "2014",
"repository": {
"type": "git",
"url": "https://github.com/moode-player/moode.git"
},
"app": {
"src": "www",
"cache": "build/cache",
"dest": "build/develop",
"dist": "build/dist/var/www",
"deploy": "/var/www",
"appmain": [
"js/xscripts-library.min.js",
"js/xscripts-panels.min.js"
],
"appconfig": [
"js/application.min.js",
"js/scripts-configs.min.js"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"server": {
"proxy": "http://moode.test"
},
"remote": {
"host": "yourmoodedevice",
"user": "pi",
"password": "moodeaudio"
},
"devDependencies": {
"autoprefixer": "^9.8.0",
"browser-sync": "^2.26.7",
"browserlist": "^1.0.1",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-cache-bust": "^1.4.1",
"gulp-chmod": "^3.0.0",
"gulp-chown": "^2.0.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-include": "^2.4.1",
"gulp-load-plugins": "^2.0.3",
"gulp-mode": "^1.0.2",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^8.0.0",
"gulp-preprocess": "^3.0.3",
"gulp-remove-code": "^3.0.4",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-replace-task": "^0.11.0",
"gulp-scp3": "0.0.4",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-ssh": "^0.7.0",
"gulp-uglify-es": "^2.0.0",
"gulp-useref": "^4.0.1",
"http-proxy-middleware": "^1.0.4",
"lazypipe": "^1.0.2",
"moment": "^2.25.3",
"path": "^0.12.7"
}
}