forked from stephen/airsonos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 867 Bytes
/
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
{
"name": "airsonos",
"version": "0.2.5",
"author": "Stephen Wan <[email protected]>",
"description": "AirTunes to Sonos devices",
"contributors": [
{
"name": "Stephen Wan",
"email": "[email protected]"
}
],
"scripts": {
"start": "babel-node ./lib/index.js",
"test": "jscs .",
"prepublish": "babel ./lib/ -d ./bin/"
},
"bin": "./bin/index.js",
"repository": {
"type": "git",
"url": "https://github.com/stephen/airsonos.git"
},
"dependencies": {
"babel": "^5.8.21",
"bluebird": "^2.9.34",
"flags": "~0.1.2",
"ip": "0.3.2",
"nicercast": "0.1.0",
"libalac": "git://github.com/m-a-v/node-libalac.git",
"nodetunes": "^0.3.0",
"sonos": "git://github.com/stephen/node-sonos.git#stephen-1.0.0"
},
"license": "MIT",
"devDependencies": {
"jscs": "^2.1.0"
}
}