forked from Cross-Lab-Project/edrys_module-pyxtermjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 990 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
{
"name": "edrys_module-pyxtermjs",
"version": "1.0.0",
"description": "This module runs a full terminal within [edrys](https://github.com/edrys-org/edrys), an open remote teaching platform. It is based on [pyxterm.js](https://github.com/cs01/pyxtermjs) by Chad Smith.",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "parcel build src/index.html --public-url ./ --dist-dir docs",
"watch": "parcel serve src/index.html --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"buffer": "^6.0.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"nan": "^2.18.0",
"node-pty": "^1.0.0",
"parcel": "^2.11.0",
"process": "^0.11.10",
"util": "^0.12.5"
},
"dependencies": {
"trzsz": "^1.1.5",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-search": "^0.13.0",
"xterm-addon-web-links": "^0.9.0"
}
}