-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1018 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
37
38
39
40
41
42
43
44
45
46
{
"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",
"repository": {
"type": "git",
"url": "https://github.com/jamesmorgan/devicecast"
},
"dependencies": {
"castv2-client": "1.1.1",
"lodash": "3.10.1",
"menubar": "2.3.0",
"node-notifier": "4.4.0",
"nodecast-js": "0.1.2",
"request": "2.67.0",
"shelljs": "0.5.3",
"upnp-mediarenderer-client": "1.2.1",
"valid-url": "1.0.9",
"webcast-osx-audio": "0.1.4",
"winston": "2.1.1"
},
"devDependencies": {
"electron-packager": "5.2.0",
"electron-prebuilt": "0.36.3",
"electron-rebuild": "1.1.1"
},
"main": "main.js",
"scripts": {
"start": "electron ."
},
"license": "MIT",
"engines": {
"node": ">=0.10.30 <0.12"
},
"os": [
"darwin"
],
"keywords": [
"audio",
"sound",
"streaming",
"osx",
"chromecast"
]
}