forked from norandomtechie/ece270-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.52 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ece270-simulator",
"version": "1.0.0",
"description": "ECE 270 Verilog Simulator",
"main": "js_cvc_interface_prod.js",
"dependencies": {
"basic-auth": "^2.0.1",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"express-http-to-https": "^1.1.4",
"follow-redirects": "^1.14.1",
"fs-extra": "^8.1.0",
"geoip-lite": "^1.4.2",
"http-proxy": "^1.18.1",
"pidusage": "^2.0.21",
"prompt-password": "^1.2.0",
"redis": "^3.1.2",
"remote-exec": "0.0.3",
"serve-favicon": "^2.5.0",
"showdown": "^1.9.1",
"socket.io": "^2.4.1",
"spdy": "^4.0.2",
"vcd-parser": "^1.0.1",
"vcd-stream": "^0.7.1",
"ws": "^7.4.6",
"xterm": "^4.12.0",
"xterm-addon-fit": "^0.3.0"
},
"devDependencies": {
"connect-redis": "^4.0.4",
"cors": "^2.8.5",
"eslint": "^6.8.0",
"express-basic-auth": "^1.2.0",
"express-cors": "0.0.3",
"express-sanitizer": "^1.0.6",
"express-session": "^1.17.1",
"express-ws": "^4.0.0",
"monaco-editor": "^0.20.0",
"password-prompt": "^1.1.2"
},
"scripts": {
"test": "sudo node js_cvc_interface_prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/norandomtechie/ispMACH-Simulator.git"
},
"keywords": [
"verilog",
"cvc",
"nodejs",
"node",
"yosys"
],
"author": "Niraj Menon",
"license": "MIT",
"bugs": {
"url": "https://github.com/norandomtechie/ispMACH-Simulator/issues"
},
"homepage": "https://github.com/norandomtechie/ispMACH-Simulator#readme"
}