-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 711 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 711 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
{
"name": "contact-list",
"version": "1.0.0",
"description": "Mean stack application for contact list",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NitinBhasneria/Contact-List.git"
},
"author": "Nitin Bhasneria",
"license": "ISC",
"bugs": {
"url": "https://github.com/NitinBhasneria/Contact-List/issues"
},
"homepage": "https://github.com/NitinBhasneria/Contact-List#readme",
"dependencies": {
"@angular/cli": "^11.2.10",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.12.5",
"nodemon": "^2.0.7"
}
}