uportal-auto-screenshot
Version:
Automatically screenshot every portlet in your uPortal instance
24 lines (23 loc) • 536 B
JSON
{
"name": "uportal-auto-screenshot",
"version": "1.0.0",
"description": "Automatically screenshot every portlet in your uPortal instance",
"main": "index.js",
"bin": {
"uportal-auto-screenshot": "uportal-auto-screenshot.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"uPortal"
],
"author": "Ben Sheffield",
"license": "Apache-2.0",
"dependencies": {
"args": "^5.0.0",
"colors": "^1.3.1",
"progress": "^2.0.0",
"puppeteer": "^1.6.1"
}
}