{
  "name": "term.js",
  "description": "A terminal written in javascript",
  "author": "Christopher Jeffrey",
  "version": "0.0.3",
  "main": "./index.js",
  "preferGlobal": false,
  "repository": "git://github.com/chjj/term.js.git",
  "homepage": "https://github.com/chjj/term.js",
  "bugs": { "url": "https://github.com/chjj/term.js/issues" },
  "keywords": ["tty", "terminal", "term", "xterm"],
  "tags": ["tty", "terminal", "term", "xterm"],
  "engines": { "node": ">= 0.8.0" },
  "devDependencies": {
    "express": "3.1.0",
    "socket.io": "0.9.13",
    "pty.js": "0.2.3"
  }
}
