screenshoteer/package.json

32 lines
776 B
JSON
Raw Permalink Normal View History

2018-12-02 12:06:38 +01:00
{
"name": "screenshoteer",
2020-09-02 12:56:47 +02:00
"version": "1.1.1",
2018-12-02 12:06:38 +01:00
"description": "Make screenshots and device emulations form your terminal",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
2020-09-02 12:30:45 +02:00
"screenshoteer": "index.js"
2018-12-02 12:06:38 +01:00
},
"dependencies": {
"commander": "^2.19.0",
2020-09-02 12:30:45 +02:00
"puppeteer": "^4.00.0"
2018-12-02 12:06:38 +01:00
},
"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"
}