forked from risacher/ttyx
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 918 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 918 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "ttyx",
"version": "0.1.0",
"description": "a terminal for the browser (replaces tty.js)",
"main": "index.js",
"repository": "git://github.com/risacher/ttyx.git",
"homepage": "https://github.com/risacher/ttyx",
"bugs": {
"url": "https://github.com/risacher/ttyx/issues"
},
"keywords": [
"tty",
"terminal",
"term",
"xterm",
"ttyx"
],
"tags": [
"tty",
"terminal",
"term",
"xterm",
"ttyx"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dan Risacher, dan@risacher.org",
"license": "MIT",
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"css-element-queries": "^1.1.1",
"express": ">= 4.16.3",
"express-favicon": "^2.0.0",
"nan": "^2.22.1",
"node-pty": "^0.10.1",
"socket.io": "^4.5.1"
},
"engines": {
"node": ">= 0.8.0"
}
}