forked from husudosu/mpv-remote-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 698 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 698 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
{
"name": "mpv-remote",
"version": "1.0.7",
"description": "MPV remote control",
"main": "./remote.socketio.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./bin.js",
"author": "Ferenc Nánási",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"node-disk-info": "^1.3.0",
"node-mpv": "^2.0.0-beta.2",
"portfinder": "^1.0.28",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"yargs": "^17.2.1"
},
"type": "commonjs",
"keywords": [
"mpv",
"Audio",
"Video",
"Stream",
"multimedia",
"Remote"
],
"license": "MIT",
"homepage": "https://github.com/husudosu/mpv-remote-node"
}