-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 788 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 788 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
{
"name": "social-nework-api",
"version": "1.0.0",
"description": "This code contains API routes for a social network with data created and stored using MongoDB.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vsjanarthani/Social-Network-API-MongoDB.git"
},
"keywords": [],
"author": "Janarthani V Subramaniam",
"license": "MIT",
"bugs": {
"url": "https://github.com/vsjanarthani/Social-Network-API-MongoDB/issues"
},
"homepage": "https://github.com/vsjanarthani/Social-Network-API-MongoDB#readme",
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.12.12",
"validator": "^13.6.0"
}
}