summaryrefslogtreecommitdiff
path: root/package.json
blob: fecd5b0dcef76d779f1bad78eff73a3ff19e7fbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
  }
}