]> git.proxmox.com Git - mirror_xterm.js.git/blob - package.json
up
[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.1",
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 }