-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 968 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
34
35
36
37
38
{
"name": "todayingolearned",
"version": "1.0.6",
"description": "A simple PWA that serves as a personal knowledge/learning database.",
"keywords": [
"learning",
"knowledge"
],
"author": "Ingo Kleiber",
"license": "MIT",
"homepage": "https://kleiber.me",
"repository": {
"type": "git",
"url": "git://github.com/IngoKl/TodayIngoLearned.git"
},
"bugs": {
"url": "https://github.com/IngoKl/TodayIngoLearned/issues"
},
"dependencies": {
"body-parser": "^1.20.2",
"bootstrap": "^5.3.2",
"connect-ensure-login": "^0.1.1",
"darkmode-js": "^1.5.7",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.18.0",
"generate-password": "^1.7.1",
"jquery": "^3.7.1",
"js-autocomplete": "^1.0.4",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"popper.js": "^1.16.1",
"showdown": "^2.1.0",
"sqlite3": "^5.1.7"
}
}