forked from jsio-private/tty.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.05 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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",
"golden-layout": "[email protected]:goranprijic/golden-layout.git",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.7",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.3.1",
"gulp-uglify": "^1.5.3",
"nib": "^1.1.0",
"nunjucks": "0.1.9",
"optimist": "~0.6.0",
"pty.js": ">= 0.2.13",
"socket.io": "0.9.16",
"term.js": "git://github.com/jsio-private/term.js"
},
"engines": {
"node": ">= 0.8.0"
}
}