readme. package.json.

This commit is contained in:
Christopher Jeffrey
2013-08-08 11:00:11 -05:00
parent 320b7027a8
commit 1bb83a207d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# term.js
A terminal written in javascript. Used by
A full xterm clone written in javascript. Used by
[tty.js](https://github.com/chjj/tty.js).
## Example
+2 -2
View File
@@ -8,8 +8,8 @@
"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"],
"tags": ["tty", "terminal", "term"],
"keywords": ["tty", "terminal", "term", "xterm"],
"tags": ["tty", "terminal", "term", "xterm"],
"engines": { "node": ">= 0.8.0" },
"devDependencies": {
"express": "3.1.0",