UNPKG

appshot

Version:

A command-line tool record gifs of apps on MacOS.

68 lines (67 loc) 1.9 kB
{ "name": "appshot", "version": "2.2.1", "description": " A command-line tool record gifs of apps on MacOS.", "main": "src/api.js", "files": [ "build" ], "bin": { "appshot": "build/bin/index.js" }, "scripts": { "t": "ZOROASTER_TIMEOUT=5000 zoroaster -b", "test": "yarn t test/spec", "start": "node build/bin", "python": "python etc/run.py", "list": "node bin/run2", "chrome": "DEBUG=appshot bin/run2.js --app Chrome --capture --no-empty-title", "c": "babel-node open_chrome", "s": "node build/bin -f s.gif -T 23 -a", "dev": "NODE_DEBUG=appshot node src/bin/register appshot -w 0 -f appshot-appshot.gif", "deva": "NODE_DEBUG=appshot node src/bin/register -f deva.gif -a", "doc": "doc -t README-source.md -r -o README.md", "lint": "eslint .", "build": "babel src --out-dir build --source-maps", "activechrome": "python etc/active.py --app Chrome && npm run chrome" }, "repository": { "type": "git", "url": "git://github.com/artdecocode/appshot.git" }, "keywords": [ "gif", "MacOS", "mac", "capture", "screencapture", "video", "record", "screencast" ], "author": "Anton <anton@adc.sh>", "license": "MIT", "dependencies": { "argufy": "1.0.1", "cli-table": "0.3.1", "concat-frames": "1.0.3", "gifsicle": "3.0.4", "pump": "3.0.0", "reloquent": "0.2.0", "spawncommand": "2.0.1", "uuid": "3.2.1", "window-info": "1.0.2", "wrote": "1.4.0" }, "devDependencies": { "@babel/cli": "7.0.0-beta.49", "@babel/core": "7.0.0-beta.49", "@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.49", "@babel/plugin-transform-modules-commonjs": "7.0.0-beta.49", "@babel/register": "7.0.0-beta.49", "documentary": "1.0.1", "eslint": "4.19.1", "eslint-config-artdeco": "1.0.0", "zoroaster": "2.1.0" } }