forked from przemyslawpluta/node-youtube-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 992 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
{
"name": "youtube-dl",
"description": "youtube-dl driver for node",
"keywords": [
"youtube",
"video",
"download"
],
"version": "1.12.2",
"repository": {
"type": "git",
"url": "git://github.com/przemyslawpluta/node-youtube-dl.git"
},
"author": "Roly Fentanes (https://github.com/fent)",
"contributors": [
"Przemyslaw Pluta <[email protected]> (http://przemyslawpluta.com)",
"Andrew Carlson <[email protected]>"
],
"main": "./lib/youtube-dl.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"postinstall": "node ./scripts/download.js",
"update": "node ./scripts/download.js",
"test": "vows ./test/*.js --spec"
},
"dependencies": {
"hh-mm-ss": "^1.2.0",
"mkdirp": "^0.5.1",
"request": "^2.83.0",
"streamify": "^0.2.9"
},
"devDependencies": {
"vows": "*"
},
"license": "MIT"
}