-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1014 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1014 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "vidly2",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index_vidly.js"
},
"engines": {
"node":"10.1.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"compression": "^1.7.3",
"config": "^2.0.1",
"express": "^4.16.3",
"fawn": "^2.1.5",
"hbs": "^4.0.1",
"helmet": "^3.13.0",
"joi": "^13.4.0",
"joi-objectid": "^2.0.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.10",
"mongoose": "^5.2.4",
"mongoose-unique-validator": "^2.0.1",
"morgan": "^1.9.0",
"moustache": "0.0.2",
"winston": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nombreinvicto/node_rest_api.git"
},
"bugs": {
"url": "https://github.com/nombreinvicto/node_rest_api/issues"
},
"homepage": "https://github.com/nombreinvicto/node_rest_api#readme",
"description": ""
}