-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 734 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 734 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
{
"name": "vidly",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"seed": "node seed.js",
"test": "jest --watchAll --verbose"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.3",
"config": "^1.29.4",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-async-errors": "^2.1.0",
"fawn": "^2.1.5",
"joi": "^13.4.0",
"joi-objectid": "^2.0.0",
"jsonwebtoken": "^8.1.1",
"lodash": "^4.17.10",
"moment": "^2.20.1",
"mongoose": "^5.0.2",
"winston": "^2.4.0",
"winston-mongodb": "^3.0.0"
},
"devDependencies": {
"jest": "^22.2.2",
"supertest": "^3.0.0"
}
}