-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 849 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
{
"name": "iplay",
"description": "remote airplay player for AppleTV",
"version": "0.0.7",
"main": "index.html",
"window": {
"toolbar": true,
"width": 900,
"height": 600,
"min_width": 800,
"min_height": 500
},
"author": "zfkun <zfkun@msn.com>",
"contributors": [],
"dependencies": {
"airplay2": "~0.1.4"
},
"keywords": [
"apple",
"mac",
"media",
"airplay",
"player",
"hls",
"webkit"
],
"scripts": {
"install": "cd node_modules/airplay2/node_modules/mdns && nw-gyp rebuild --target=0.8.6 && cd ../../../../",
"update": "cd node_modules/airplay2/node_modules/mdns && nw-gyp rebuild --target=0.8.6 && cd ../../../../"
},
"repository": "git://github.com/zfkun/iplay.git"
}