-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 878 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
39
40
41
42
43
{
"name": "dlvid",
"version": "0.8.4",
"description": "Download videos from the command line",
"bin": {
"dlvid": "bin/dlvid.js"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec -t 50000"
},
"repository": {
"type": "git",
"url": "git://github.com/web-mech/dlvid.git"
},
"keywords": [
"video",
"source",
"youtube",
"dailymotion",
"vimeo",
"online",
"embed",
"download"
],
"author": "Michael Price",
"license": "MIT",
"bugs": {
"url": "https://github.com/web-mech/dlvid/issues"
},
"homepage": "https://github.com/web-mech/dlvid",
"dependencies": {
"ee-class": "^1.0.8",
"worker-farm": "^1.0.1",
"docopt": "^0.4.0",
"dlvid-core": "^1.3.5",
"async": "^0.9.0",
"progress-bar": "^0.1.1"
},
"devDependencies": {
"mocha": "^1.21.4",
"chai": "^1.9.1"
}
}