forked from jamesmorgan/devicecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.68 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "devicecast",
"version": "0.2.0",
"description": "Cast OSX Audio to a UPNP Device OR Chromecast - powered by electron and runs as a menubar application.",
"author": "James Morgan / Milosz Derezynski",
"repository": {
"type": "git",
"url": "https://github.com/md5555/devicecast"
},
"dependencies": {
"associative-array": "1.0.22",
"bindings": "~1.1.1",
"castv2-client": "1.2.0",
"chromecast-api": "0.2.5",
"dialog": "~0.2.0",
"electron-json-storage": "3.0.5",
"eslint": "3.19.0",
"exec": "0.2.1",
"express": "4.15.2",
"forever-agent": "0.6.1",
"json-stringify": "^1.0.0",
"lodash": "3.10.1",
"menubar": "5.2.3",
"nan": "~2.3.2",
"node-notifier": "4.4.0",
"node-osx-mediacontrol": "0.0.1",
"node-osx-session": "0.0.1",
"nodecast-js": "1.0.3",
"nodobjc": "2.1.0",
"osx-audio": "^1.0.0",
"osxaudioswitch": "0.1.0",
"osxreachability": "0.1.0",
"osxsleep": "~0.4.5",
"portfinder": "~1.0.13",
"request": "2.67.0",
"shelljs": "0.5.3",
"sleep": "5.1.1",
"stream-buffers": "^3.0.1",
"upnp-mediarenderer-client": "1.2.4",
"upnp-ssdp": "0.0.2",
"valid-url": "1.0.9",
"webworker-threads": "0.7.11",
"winston": "2.1.1",
"xml2js": "0.4.17"
},
"devDependencies": {
"electron-packager": "^8.6.0",
"electron": "1.6.6",
"electron-rebuild": "^1.5.7"
},
"main": "main.js",
"scripts": {
"start": "electron . --icon assets/icon.icns --debug --inspect=6006"
},
"license": "MIT",
"engines": {
"node": ">=0.10.30 <0.12"
},
"os": [
"darwin"
],
"keywords": [
"audio",
"sound",
"streaming",
"osx",
"chromecast"
]
}