exrot
Version:
like scrot, but for EXternal use: taking webcam shots
29 lines (28 loc) • 654 B
JSON
{
"name": "exrot",
"description": "like scrot, but for EXternal use: taking webcam shots",
"author": "Stephen Whitmore <sww@eight.net>",
"version": "1.0.1",
"repository": {
"url": "git://github.com/noffle/exrot.git"
},
"homepage": "https://github.com/noffle/exrot",
"bugs": "https://github.com/noffle/exrot/issues",
"main": "index.js",
"bin": {
"exrot": "bin/cli.js"
},
"keywords": [
"webcam",
"screenshot",
"scrot"
],
"dependencies": {
"electron-prebuilt": "^1.4.13",
"getusermedia": "^2.0.1",
"minimist": "^1.2.0",
"strftime": "^0.10.0"
},
"devDependencies": {},
"license": "ISC"
}