webamp/experiments/automatedScreenshots/package.json
2017-10-17 19:41:04 -07:00

16 lines
291 B
JSON

{
"name": "automated_screenshots",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"filehound": "^1.16.2",
"jszip": "^3.1.4",
"puppeteer": "^0.10.1"
}
}