UNPKG

adb-screencap

Version:

Take Android screenshots from node

44 lines (43 loc) 1.08 kB
{ "name": "adb-screencap", "version": "1.0.8", "description": "Take Android screenshots from node", "main": "./dist/index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha tests/* --compilers js:babel-core/register -t 15s", "build": "./node_modules/babel-cli/bin/babel.js lib -d dist", "prestart": "npm run build", "start": "./cli.js", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Urucas/screencap.git" }, "keywords": [ "adb", "screenshot", "android", "screencap" ], "bin": { "screencap": "./cli.js", "adb-screencap": "./cli.js" }, "author": "Urucas <hello@urucas.com>", "license": "MIT", "bugs": { "url": "https://github.com/Urucas/screencap/issues" }, "homepage": "https://github.com/Urucas/screencap#readme", "devDependencies": { "babel-cli": "^6.10.1", "babel-core": "^6.10.4", "babel-preset-es2015": "^6.9.0", "minimist": "^1.2.0", "mocha": "^2.5.3" }, "dependencies": { "semafor": "0.0.1" } }