forked from przemyslawpluta/node-youtube-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 813 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
{
"name": "youtube-dl",
"description": "youtube-dl driver for node",
"keywords": [
"youtube",
"video",
"download"
],
"version": "1.11.2",
"repository": {
"type": "git",
"url": "git://github.com/fent/node-youtube-dl.git"
},
"author": "Roly Fentanes (https://github.com/fent)",
"contributors": [
"Przemyslaw Pluta <[email protected]> (http://przemyslawpluta.com)"
],
"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": {
"mkdirp": "^0.5.1",
"request": "^2.69.0",
"streamify": "~0.2.3"
},
"devDependencies": {
"vows": "*"
},
"license": "MIT"
}