Codebase list libjs-term.js / HEAD package.json
HEAD

Tree @HEAD (Download .tar.gz)

package.json @HEADraw · history · blame

{
  "name": "term.js",
  "description": "A terminal written in javascript",
  "author": "Christopher Jeffrey",
  "version": "0.0.7",
  "license": "MIT",
  "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.13"
  }
}