-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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": "watchtowerarchive",
"version": "0.0.1",
"description": "website to view old publications form the Watchtower Bible and Tract Society",
"private": true,
"scripts": {
"start": "NODE_ENV=production sudo pm2 start ./bin/www",
"dev": "NODE_ENV=dev PORT=3000 PORT_HTTP=3001 nodemon -w bin/www -w ./ -e js,mjs,json,hbs --ignore '*.pdf' .bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmdPromptCritical/wtDatabase.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cmdPromptCritical/wtDatabase/issues"
},
"homepage": "https://github.com/cmdPromptCritical/wtDatabase#readme",
"dependencies": {
"cookie-parser": "^1.4.6",
"debug": "~4.3.2",
"express": "^4.17.3",
"express-handlebars": "^6.0.1",
"express-handlebars-paginate": "^1.0.3",
"handlebars": "^4.7.7",
"handlebars-form-helpers": "^0.1.4",
"hbs": "^4.2.0",
"helmet": "^5.0.2",
"http-errors": "^2.0.0",
"morgan": "~1.10.0",
"nodemon": "^2.0.15",
"nouislider": "^15.5.0",
"open": "^8.4.0",
"pg": "^8.7.1",
"pm2": "^5.2.2"
}
}