diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..fecd5b0 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "bbbrecorder", + "version": "0.0.1", + "description": "Capture all automated actions in a browser and export as a video", + "scripts": { + "example": "node export.js http://tobiasahlin.com/spinkit/ spinner.webm" + }, + "keywords": [ + "record", + "chrome", + "puppeteer", + "screencast" + ], + "dependencies": { + "puppeteer": "2.0.0", + "xvfb": "^0.2.3" + } +} |
