forked from chjj/tty.js
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 855 Bytes
/
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
{
"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, [email protected]",
"license": "MIT",
"dependencies": {
"css-element-queries": "^1.1.1",
"express": ">= 4.16.3",
"express-favicon": "^2.0.0",
"node-pty": "^0.10.1",
"socket.io": "^4.5.1",
"xterm": "^3.14.5"
},
"engines": {
"node": ">= 0.8.0"
}
}