-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "twirlip15",
"version": "1.0.0",
"description": "Using approach of trusted client using equivalent of fopen and directory-related commands across network.",
"main": "index.js",
"scripts": {
"start": "node server/twirlip15-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"ace-builds": "1.6.0",
"bcrypt": "5.0.1",
"body-parser": "1.19.0",
"canonicalize": "1.0.1",
"cytoscape": "3.15.1",
"dexie": "3.2.2",
"emailjs-mime-parser": "2.0.7",
"express": "4.17.1",
"express-basic-auth": "1.2.0",
"express-force-ssl": "0.3.2",
"filenamify": "4.1.0",
"font-awesome": "4.7.0",
"js-md5": "0.7.3",
"js-sha256": "0.9.0",
"marked": "4.0.16",
"mithril": "2.2.0",
"pem": "1.14.4",
"pino": "7.11.0",
"pino-http": "7.0.0",
"push.js": "1.0.12",
"readline-sync": "1.4.10",
"request": "2.88.2",
"serve-index": "1.9.1",
"sharp": "0.30.6",
"showdown": "2.0.0",
"socket.io": "4.5.1",
"tachyons": "4.12.0"
},
"devDependencies": {
"eslint": "7.32.0",
"fs-extra": "10.1.0",
"pino-pretty": "7.6.1"
}
}