-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 879 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
{
"name": "editor-v86",
"version": "1.0.0",
"description": "online editor that uses an client-side x86-emulator (v86)",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Th3R3alDuk3/editor-v86.git"
},
"keywords": [
"nodejs",
"v86", "seabios", "xterm.js",
"tinycore", "alpinelinux", "archlinux32",
"monaco-editor"
],
"author": "Paul Graff",
"license": "MIT",
"bugs": {
"url": "https://github.com/Th3R3alDuk3/editor-v86/issues"
},
"homepage": "https://github.com/Th3R3alDuk3/editor-v86#readme",
"dependencies": {
"express": "^4.17.1",
"pug": "^3.0.2",
"xterm": "^4.12.0",
"xterm-addon-fit": "^0.5.0",
"monaco-editor": "^0.23.0"
}
}