-
-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
35 lines (35 loc) · 838 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
{
"name": "chromecasts",
"version": "1.10.2",
"description": "Query your local network for Chromecasts and have them play media",
"main": "index.js",
"dependencies": {
"castv2-client": "^1.1.0",
"debug": "^2.1.3",
"dns-txt": "^2.0.2",
"mime": "^1.3.4",
"multicast-dns": "^7.2.4",
"simple-get": "^2.0.0",
"thunky": "^0.1.0",
"xml2js": "^0.4.8"
},
"optionalDependencies": {
"node-ssdp": "^2.2.0"
},
"devDependencies": {
"standard": "*"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/chromecasts.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/chromecasts/issues"
},
"homepage": "https://github.com/mafintosh/chromecasts"
}