forked from AxelTerizaki/Node-MPV
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 788 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 788 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
36
{
"name": "node-mpv",
"version": "1.4.3",
"description": "A Node module for MPV",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/00SteinsGate00/Node-MPV.git"
},
"keywords": [
"mpv",
"Audio",
"Video",
"Stream",
"multimedia"
],
"author": "Jan Holub",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/00SteinsGate00/Node-MPV/blob/master/LICENSE.md"
}
],
"bugs": {
"url": "https://github.com/00SteinsGate00/Node-MPV/issues"
},
"homepage": "https://github.com/00SteinsGate00/Node-MPV#readme",
"dependencies": {
"cuid": "^1.3.8",
"lodash": ">= 4.0.0",
"promise": "^7.1.1"
}
}