-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 763 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 763 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
{
"name": "redditube",
"version": "1.1.6",
"description": "A video generator from Reddit posts and comments",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/charleprr/redditube.git"
},
"keywords": [
"reddit",
"youtube",
"video",
"generator",
"ffmpeg",
"canvas",
"tts"
],
"author": "charle",
"license": "MIT",
"bugs": {
"url": "https://github.com/charleprr/redditube/issues"
},
"homepage": "https://github.com/charleprr/redditube#readme",
"dependencies": {
"canvas": "^2.6.1",
"fluent-ffmpeg": "^2.1.2",
"got": "^12.5.3",
"md5": "^2.3.0",
"shortid": "^2.2.17",
"snoowrap": "^1.23.0",
"util": "^0.12.3"
},
"devDependencies": {}
}