forked from shaynet10/puppeteer-video-recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.24 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "puppeteer-video-recorder",
"version": "1.0.5",
"description": "This package creates a video of Puppeteer's page, using Chrome API screencast and ffmpeg",
"main": "index.js",
"scripts": {
"test": "cd ./tests; npm test"
},
"keywords": [
"cast",
"shot",
"brst",
"video",
"record",
"massive",
"puppeteer",
"pptr",
"pptr.dev",
"mass",
"mas",
"huge",
"img",
"image",
"images",
"screencast",
"screencasts",
"screenshots",
"screenshot",
"chrome",
"api",
"headless",
"headfull",
"automation",
"automatic",
"auto",
"burst",
"video",
"videos",
"record",
"records",
"recording",
"massive"
],
"author": "Shay Gueta",
"license": "MIT",
"dependencies": {
"child-process": "^1.0.2",
"fs": "0.0.1-security",
"path": "^0.12.7",
"puppeteer-mass-screenshots": "^1.0.14"
},
"directories": {
"test": "tests"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/shaynet10/puppeteer-video-recorder.git"
},
"bugs": {
"url": "https://github.com/shaynet10/puppeteer-video-recorder/issues"
},
"homepage": "https://www.npmjs.com/~shay.gueta"
}