-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·45 lines (45 loc) · 1.12 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
{
"name": "sonos-tube",
"description": "Stream YouTube Audio Directly to Sonos or other ShoutCast clients",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/paixaop/sonos-tube"
},
"main": "lib/server.js",
"author": "Pedro Paixao",
"scripts": {},
"keywords": [
"audio",
"youtube",
"stream",
"streaming",
"sonos"
],
"dependencies": {
"express": "^4.13.4",
"express-winston": "^1.4.0",
"fluent-ffmpeg": "2.1.0",
"icecast-stack": "^0.3.0",
"ip": "^1.1.3",
"lame": "https://github.com/paixaop/node-lame.git",
"parse-duration": "^0.1.1",
"peer-dial": "0.0.7",
"randomstring": "^1.1.5",
"request": "^2.72.0",
"sonos": "^0.12.0",
"throttle": "^1.0.3",
"through2": "2.0.1",
"uuid": "^2.0.2",
"youtube-api": "^2.0.2",
"ytdl-core": "https://github.com/paixaop/node-ytdl-core.git"
},
"devDependencies": {
"eslint": "^2.9.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-import": "^1.7.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-react": "^5.1.1"
},
"license": "MIT"
}