-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
35 lines (35 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
{
"name": "redditube",
"version": "1.1.5",
"description": "A video generator from Reddit posts and comments",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/charlypoirier/redditube.git"
},
"keywords": [
"reddit",
"youtube",
"video",
"generator",
"ffmpeg",
"canvas",
"tts"
],
"author": "Charly POIRIER <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/charlypoirier/redditube/issues"
},
"homepage": "https://github.com/charlypoirier/redditube#readme",
"dependencies": {
"canvas": "^2.6.1",
"fluent-ffmpeg": "^2.1.2",
"got": "^12.5.3",
"md5": "^2.3.0",
"shortid": "^2.2.16",
"snoowrap": "^1.23.0",
"util": "^0.12.3"
},
"devDependencies": {}
}