-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 KB
/
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
{
"name": "tripadvisor-video-maker",
"version": "1.0.0",
"description": "Scrape a listing page and create a video based on the images and reviews of it",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/filipedeschamps/video-maker.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/filipedeschamps/video-maker/issues"
},
"homepage": "https://github.com/filipedeschamps/video-maker#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"@ffprobe-installer/ffprobe": "^1.0.12",
"algorithmia": "^0.3.10",
"cheerio": "^1.0.0-rc.6",
"express": "^4.16.4",
"gm": "^1.23.1",
"googleapis": "^38.0.0",
"image-downloader": "^3.4.2",
"puppeteer": "^8.0.0",
"readline-sync": "^1.4.9",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"sbd": "^1.0.14",
"videoshow": "^0.1.12",
"watson-developer-cloud": "^3.18.2"
}
}