-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
39
40
41
42
43
44
45
46
{
"name": "ImmigrantRightsForHealth",
"version": "6.1.0",
"description": "A resources website for Immigrants",
"repository": {
"type": "git",
"url": "https://github.com/winicehui/ImmigrantRightsForHealth.git"
},
"license": "MIT",
"author": "Winice Hui",
"contributors": [
"Yashar Fakhari (https://github.com/YasharF)",
"Winice Hui (https://github.com/winicehui)"
],
"scripts": {
"postinstall": "npm rebuild node-sass",
"dev": "nodemon app.js",
"start": "node app.js",
"prod": "node app.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.1",
"gulp-install": "^1.1.0",
"lusca": "^1.6.1",
"morgan": "^1.10.0",
"node-sass-middleware": "^0.11.0",
"nodemon": "^2.0.15",
"passport": "^0.4.1",
"pug": "^3.0.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-pug": "^3.3.0"
},
"engines": {
"node": "14.17.0",
"npm": "6.14.13"
}
}