-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 KB
/
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
38
39
40
41
42
43
{
"name": "present",
"title": "",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"author": "Bob Hageman <[email protected]>",
"license": "BSD 3 License",
"bugs": {
"url": ""
},
"homepage": "https://www.schluss.org",
"private": true,
"scripts": {
"installkeys": "node -e \"require('./installkeys').run()\"",
"installadmin": "node -e \"require('./installadmin').run()\"",
"jshint": "jshint ./src/",
"servelocal": "nodemon -r dotenv/config --watch src --inspect ./src/index.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"express": "^4.17.1",
"express-handlebars": "^5.1.0",
"express-minify-html-2": "^1.0.1",
"express-mongo-sanitize": "^2.0.0",
"express-session": "^1.17.1",
"helmet": "^4.1.1",
"mongoose": "^5.10.7",
"openpgp": "^4.10.8",
"pdfmake": "^0.1.68",
"scmp": "^2.1.0"
},
"devDependencies": {
"dotenv": "^8.2.0",
"jshint": "^2.12.0",
"nodemon": "^2.0.4"
}
}