-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.12 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.12 KB
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": "raop-rtsp-server",
"version": "0.0.4",
"description": "A simple RAOP server",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "standard"
},
"bin": {
"raop-rtsp-server": "bin/raop-rtsp-server.js"
},
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"dependencies": {
"after-all-results": "^2.0.0",
"debug": "^2.2.0",
"ipaddr.js": "^1.0.3",
"libalac": "^0.1.0",
"node-rsa": "^0.2.25",
"node-uuid": "^1.4.3",
"raop-mdns-server": "^3.0.0",
"readable-stream": "^2.0.2",
"rtsp-server": "^1.2.2",
"sdp-transform": "^1.4.1",
"xtend": "^4.0.0"
},
"devDependencies": {
"standard": "^5.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/raop-rtsp-server.git"
},
"keywords": [
"raop",
"airtunes",
"airplay",
"rtsp",
"server",
"audio"
],
"bugs": {
"url": "https://github.com/watson/raop-rtsp-server/issues"
},
"homepage": "https://github.com/watson/raop-rtsp-server",
"coordinates": [
55.67995089999999,
12.5792451
]
}