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
|
{
"name": "express-todo-app",
"version": "1.0.0",
"description": "A TODO web app made using Node.js.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/8cy/express-todo-app"
},
"keywords": [
"nodejs",
"express",
"javascript",
"js",
"typescript",
"ts",
"todo",
"npm",
"todo"
],
"author": "Sin",
"license": "MIT",
"bugs": {
"url": "https://github.com/8cy/express-todo-app/issues"
},
"homepage": "https://github.com/8cy/express-todo-app#readme",
"dependencies": {
"dotenv": "^8.2.0",
"ejs": "^3.1.2",
"express": "^4.17.1",
"mongoose": "^5.9.12"
}
}
|