-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 825 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
{
"name": "vidly",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fawn": "^2.1.5",
"joi": "^13.7.0",
"joi-objectid": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongoose": "^5.12.14",
"nodemon": "^2.0.7",
"validator": "^13.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohamedatef78/Vidly-nodejs.git"
},
"bugs": {
"url": "https://github.com/mohamedatef78/Vidly-nodejs/issues"
},
"homepage": "https://github.com/mohamedatef78/Vidly-nodejs#readme",
"description": ""
}