forked from ContinuumIO/tty.js
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 764 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "tty.js",
"description": "A terminal for your browser",
"author": "Christopher Jeffrey",
"version": "0.2.15",
"license": "MIT",
"main": "./index.js",
"bin": "./bin/tty.js",
"man": "./man/tty.js.1",
"preferGlobal": false,
"repository": "git://github.com/chjj/tty.js.git",
"homepage": "https://github.com/chjj/tty.js",
"bugs": { "url": "https://github.com/chjj/tty.js/issues" },
"keywords": ["tty", "terminal", "term", "xterm"],
"tags": ["tty", "terminal", "term", "xterm"],
"dependencies": {
"express": "3.4.4",
"socket.io": "0.9.16",
"pty.js": ">= 0.2.13",
"term.js": "git://github.com/weebygames/term.js",
"optimist" : "~0.6.0",
"nunjucks" : "0.1.9"
},
"engines": {
"node": ">= 0.8.0"
}
}