-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 917 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 917 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "video-parser",
"version": "2.4.1",
"author": {
"name": "egg",
"email": "i@egg.pe.kr"
},
"description": "Extract video information by parsing the url.",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/egg-/video-parser.git"
},
"keywords": [
"video",
"parser",
"youtube",
"vimeo",
"facebook",
"youku",
"dailymotion",
"naver",
"tvcast",
"rutube",
"daum",
"tvpot",
"tudou",
"gomtv"
],
"license": "MIT",
"main": "./index",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-nodemon": "^0.4.0",
"matchdep": "^0.3.0"
},
"dependencies": {
"async": "^1.5.0",
"cheerio": "^0.19.0",
"fb": "^2.0.0",
"fluent-ffmpeg": "^2.0.1",
"memory-cache": "^0.2.0",
"merge-defaults": "^0.2.1",
"moment": "^2.10.3",
"redis": "^0.12.1",
"request": "^2.55.0"
}
}