-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 800 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 800 Bytes
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": "intelliboard-final",
"description": "A minimalistic Paint Application, optimized for Whiteboards and Touchscreens.",
"main": "bin/www",
"version": "0.0.0",
"author": {
"name": "CraftException",
"url": "https://github.craftexception.de"
},
"repository": {
"type": "git",
"url": "https://github.com/CraftException/IntelliBoard"
},
"license": "MIT",
"scripts": {
"start": "node bin/www",
"compile-ts": "tsc --build"
},
"dependencies": {
"@types/node": "^14.14.41",
"cookie-parser": "~1.4.4",
"deasync": "^0.1.21",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"mongodb": "^3.6.6",
"nodemailer": "^6.5.0",
"password-hash": "^1.2.2",
"body-parser": "^1.19.0"
}
}