-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 898 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
{
"name": "dlvid-core",
"version": "1.3.5",
"description": "Download videos from websites.",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec -t 50000"
},
"repository": {
"type": "git",
"url": "git://github.com/web-mech/dlvid-core.git"
},
"keywords": [
"video",
"source",
"youtube",
"dailymotion",
"vimeo",
"online",
"embed",
"download"
],
"author": "Michael Price",
"license": "MIT",
"bugs": {
"url": "https://github.com/web-mech/dlvid-core/issues"
},
"homepage": "https://github.com/web-mech/dlvid-core",
"devDependencies": {
"better-assert": "^1.0.1",
"mocha": "^1.21.4",
"stream-equal": "^0.1.5"
},
"dependencies": {
"q": "^1.0.1",
"ytdl-core": "^0.2.4",
"request": "^2.40.0",
"async": "^0.9.0",
"ee-class": "^1.0.7",
"xml2js": "^0.4.4"
}
}