-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
35 lines (35 loc) · 864 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
{
"name": "todo-list-app",
"version": "1.0.0",
"description": "This is a todo list app using the backend MEN Stack",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ayush-Kanduri/Todo-List-App_BackEnd-MENStack.git"
},
"keywords": [
"mongodb",
"nodejs",
"expressjs",
"todo-list-app"
],
"author": "ayush kanduri",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ayush-Kanduri/Todo-List-App_BackEnd-MENStack/issues"
},
"homepage": "https://github.com/Ayush-Kanduri/Todo-List-App_BackEnd-MENStack#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-ejs-layouts": "^2.5.1",
"mongoose": "^6.2.4",
"nodemon": "^2.0.15"
}
}