-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.63 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
{
"name": "Shoutcast",
"version": "1.1.11",
"description": "SHOUTcast Radio is the ultimate directory of online radio stations. Over 50,000 music, talk, sports and community radio stations.",
"author": {
"name": "joanroberts"
},
"repository": {
"type": "git",
"url": "https://github.com/joanroberts/shoutcast.git"
},
"dependencies": {
"stb-referrer": "https://github.com/stbsdk/referrer.git",
"code-proxy": "^1.2.21",
"del": "^2.0.0",
"gettext-parser": "^1.1.1",
"gremlins.js": "^0.1.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.6",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-repl": "^0.3.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.5",
"gulp-watch": "^4.3.5",
"gulp-zip": "^3.0.2",
"ip": "^0.3.2",
"node-static": "^0.7.7",
"open": "^0.0.5",
"ssh2": "^0.4.11",
"tty-colors": "^0.0.6",
"webpack-stream": "^2.1.0",
"weinre": "^2.0.0-pre-I0Z7U9OV",
"ws": "^0.8.0"
},
"options": [
{
"name": "devId",
"desc": "shotcast dev id, which we get from the shoutcast support"
}
],
"config": {
"type": "app",
"category": "apps",
"backgroundColor": "#49266a",
"name": "Shoutcast",
"legacy": true,
"description": "SHOUTcast Radio is the ultimate directory of online radio stations. Over 50,000 music, talk, sports and community radio stations.",
"icons": {
"paths": {
"480": "img/480/",
"576": "img/576/",
"720": "img/720/",
"1080": "img/1080/"
},
"states": {
"normal": "icons/2015.png",
"active": "icons/2015.focus.png"
}
}
}
}