]> git.proxmox.com Git - mirror_xterm.js.git/blob - package.json
Merge pull request #13 from risacher/resize-reset
[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.3",
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", "xterm"],
12 "tags": ["tty", "terminal", "term", "xterm"],
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 }