-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
{
"name": "nodetunes",
"version": "0.3.0",
"author": "Stephen Wan <[email protected]>",
"description": "AirTunes v2 Server Implementation",
"contributors": [
{
"name": "Stephen Wan",
"email": "[email protected]"
}
],
"engines": {
"node": "0.12.x"
},
"scripts": {
"start": "node ./examples/server.js",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/stephen/nodetunes.git"
},
"dependencies": {
"alac2pcm": "^1.1.0",
"debug": "^2.1.0",
"forge": "^2.2.0",
"httplike": "^1.0.2",
"ipaddr.js": "^1.0.1",
"mdns": "^2.2.10",
"metricstream": "0.0.0",
"node-forge": "^0.6.16",
"portastic": "0.0.1",
"priorityqueuejs": "0.2.0",
"random-mac": "0.0.4",
"randomstring": "1.0.3",
"readable-stream": "^2.0.2"
},
"devDependencies": {
"gulp": "~3.6.2",
"gulp-jscs": "^2.0.0",
"gulp-mocha": "~0.4.1",
"mocha": "~1.18.2",
"request": "~2.34.0",
"speaker": "0.2.6"
},
"license": "MIT"
}