]> git.proxmox.com Git - mirror_xterm.js.git/blob - package.json
ebd6f807a407310035c6e6030b855aabb3418076
[mirror_xterm.js.git] / package.json
1 {
2 "name": "term.js",
3 "description": "A terminal written in javascript",
4 "author": "Christopher Jeffrey",
5 "version": "0.0.2",
6 "main": "./index.js",
7 "preferGlobal": false,
8 "repository": "git://github.com/chjj/term.js.git",
9 "homepage": "https://github.com/chjj/term.js",
10 "bugs": { "url": "https://github.com/chjj/term.js/issues" },
11 "keywords": ["tty", "terminal", "term"],
12 "tags": ["tty", "terminal", "term"],
13 "engines": { "node": ">= 0.8.0" },
14 "devDependencies": {
15 "express": "3.1.0",
16 "socket.io": "0.9.13",
17 "pty.js": "0.2.3"
18 }
19 }