forked from mcfisto/node_airtunes2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 765 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 765 Bytes
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": "airtunes2",
"description": "an AirTunes v2 implementation: stream wirelessly to audio devices.",
"keywords": [
"airtunes",
"airplay",
"raop",
"coreaudio",
"sound",
"audio"
],
"version": "2.0.0",
"author": "Laurent Perrin <laurent.perrin@gmail.com>",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mcfisto/node_airtunes2.git"
},
"licenses": [
{
"type": "BSD"
}
],
"dependencies": {
"async": "^3.2.0",
"lame": "github:suldashi/node-lame",
"nan": "^2.15.0"
},
"devDependencies": {
"mdns": "^2.5.1",
"optimist": "*",
"request": "^2.83.0"
},
"bugs": {
"url": "https://github.com/mcfisto/node_airtunes2/issues"
}
}