-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 851 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 851 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
{
"name": "",
"version": "0.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dan Joseph (danbjoseph)",
"license": "GPL-3.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-sqlite3": "^0.9.11",
"cookie-parser": "^1.4.5",
"crypto": "^1.0.1",
"csv-parse": "^4.15.3",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-handlebars": "^5.2.1",
"express-session": "^1.17.1",
"flow": "^0.2.3",
"foundation-sites": "^6.6.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0"
}
}