-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 786 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
{
"name": "gov_pdfs",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
},
"engines": {
"node": "6.3.2"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.13.1",
"mocha": "^2.4.5"
},
"dependencies": {
"bcrypt": "^0.8.7",
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"cheerio": "^0.20.0",
"connect-mongo": "^1.3.2",
"csurf": "^1.9.0",
"express": "^4.13.4",
"express-session": "^1.14.1",
"helmet": "^2.1.2",
"lodash": "^4.13.1",
"mongoose": "^4.4.17",
"morgan": "^1.7.0",
"node-schedule": "^1.1.1",
"nodemailer": "^2.5.0",
"pug": "^2.0.0-beta5",
"request": "^2.72.0",
"uuid": "^2.0.2",
"validator": "^5.5.0"
}
}