diff options
| author | Jibon Costa <jiboncosta57@gmail.com> | 2020-03-26 13:39:02 +0600 |
|---|---|---|
| committer | Jibon Costa <jiboncosta57@gmail.com> | 2020-03-26 13:39:02 +0600 |
| commit | e000c457c8f0b6b58d6b1575ad69e0e30bc7f1c8 (patch) | |
| tree | d11f5c1beb94c7339b947421848f018ecca275eb /package.json | |
| download | bbb-recorder-e000c457c8f0b6b58d6b1575ad69e0e30bc7f1c8.tar.gz bbb-recorder-e000c457c8f0b6b58d6b1575ad69e0e30bc7f1c8.zip | |
first commit
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" + } +} |
