{
  "name": "ttystudio",
  "description": "A terminal-to-gif recorder minus the headaches.",
  "author": "Christopher Jeffrey",
  "version": "0.0.16",
  "license": "MIT",
  "main": "./index.js",
  "bin": {
    "ttystudio": "./bin/ttystudio"
  },
  "scripts": {
    "start": "./bin/ttystudio ~/ttystudio-test.gif"
  },
  "man": "./man/ttystudio.1",
  "preferGlobal": true,
  "repository": "git://github.com/chjj/ttystudio.git",
  "homepage": "https://github.com/chjj/ttystudio",
  "bugs": { "url": "http://github.com/chjj/ttystudio/issues" },
  "license": "MIT",
  "keywords": ["terminal", "tty", "record", "recorder", "gif", "png", "apng"],
  "tags": ["terminal", "tty", "record", "recorder", "gif", "png", "apng"],
  "dependencies": {
    "blessed": ">=0.1.80",
    "term.js": ">=0.0.7",
    "pty.js": ">=0.3.0"
  }
}
