mirror of
https://github.com/vladocar/screenshoteer.git
synced 2024-11-16 17:08:33 +01:00
31 lines
776 B
JSON
31 lines
776 B
JSON
{
|
|
"name": "screenshoteer",
|
|
"version": "1.1.1",
|
|
"description": "Make screenshots and device emulations form your terminal",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"screenshoteer": "index.js"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^2.19.0",
|
|
"puppeteer": "^4.00.0"
|
|
},
|
|
"keywords": [
|
|
"screenshots",
|
|
"emulations",
|
|
"mobile"
|
|
],
|
|
"author": "Vladimir Carrer <vladocar@gmail.com> (http://www.vcarrer.com)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vladocar/screenshoteer.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vladocar/screenshoteer/issues"
|
|
},
|
|
"homepage": "https://github.com/vladocar/screenshoteer#readme"
|
|
}
|