-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 803 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 803 Bytes
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": "chromecast-player",
"version": "0.2.3",
"description": "simple chromecast player",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Simon Kusterer",
"license": "MIT",
"dependencies": {
"castv2-client": "^1.1.0",
"chromecast-scanner": "^0.5.0",
"debug": "^2.1.1",
"mutate.js": "^0.2.0",
"promiscuous": "^0.6.0",
"time-line": "^1.0.1",
"ware": "^1.2.0",
"xtend": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:xat/chromecast-player.git"
},
"keywords": [
"chromecast",
"media",
"player",
"video"
],
"bugs": {
"url": "https://github.com/xat/chromecast-player/issues"
},
"homepage": "https://github.com/xat/chromecast-player"
}