-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 907 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
{
"name": "youtube.com",
"version": "1.1.0",
"description": "Youtube crop, snapshots and GIFs",
"main": "script.js",
"dependencies": {
"file-exists": "^1.0.0",
"fluent-ffmpeg": "^2.1.0",
"q": "^1.4.1",
"sec": "^1.0.0",
"url-parse": "^1.1.1",
"youtube-dl": "^1.11.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Javascipt/node-youtube.git"
},
"scripts": {
"test": "mocha ./test/tests.js"
},
"keywords": [
"Youtube",
"capture",
"snapshot",
"screenshot",
"crop",
"cut",
"part",
"gif",
"animated",
"download"
],
"author": "Khalid REHIOUI <[email protected]> (http://github.com/javascipt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Javascipt/node-youtube/issues"
},
"homepage": "https://github.com/Javascipt/node-youtube#readme"
}