webamp/experiments/automatedScreenshots/package.json
2017-11-18 20:03:53 -08:00

17 lines
317 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",
"md5-file": "^3.2.3",
"puppeteer": "^0.13.0"
}
}