-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 915 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
{
"name": "scouting",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"engines": {
"node": "8.4.0"
},
"author": "Daniel B. Kouchekinia",
"license": "ISC",
"dependencies": {
"bcrypt": "1.0.3",
"body-parser": "1.18.2",
"bootstrap-validate": "1.0.11",
"connect-flash": "0.1.1",
"connect-mongo": "2.0.1",
"cookie-parser": "1.4.3",
"dotenv": "5.0.0",
"express": "4.16.2",
"express-session": "1.15.6",
"mongo-sanitize": "1.0.0",
"mongoose": "4.13.10",
"mongoose-unique-validator": "1.0.6",
"mongoose-validate": "0.0.5",
"optional-require": "1.0.0",
"passport": "0.4.0",
"passport-local": "1.0.0",
"passport-local-mongoose": "4.4.0",
"pug": "2.0.0-rc.4",
"request": "2.83.0",
"winston": "2.4.0",
"json2csv": "4.0.2"
}
}