-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 852 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
36
37
{
"name": "vidly",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": "10.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Poojavpatel/vidly.git"
},
"author": "Pooja patel",
"license": "MIT",
"bugs": {
"url": "https://github.com/Poojavpatel/vidly/issues"
},
"homepage": "https://github.com/Poojavpatel/vidly#readme",
"dependencies": {
"bcrypt": "^3.0.1",
"compression": "^1.7.3",
"config": "^3.0.0",
"express": "^4.16.3",
"fawn": "^2.1.5",
"helmet": "^3.13.0",
"joi": "^13.4.0",
"joi-objectid": "^2.0.0",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.11",
"mongoose": "^5.2.9",
"nodemon": "^1.18.3"
}
}