2018-11-20 11:19:58 -08:00
|
|
|
{
|
|
|
|
"name": "christmas-community",
|
2020-10-30 08:15:00 -07:00
|
|
|
"version": "1.13.0",
|
2018-11-20 11:19:58 -08:00
|
|
|
"description": "Christmas lists for communities",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
2020-10-29 11:14:38 -07:00
|
|
|
"postinstall": "cp patched-express-response.js node_modules/express/lib/response.js",
|
2018-11-20 11:19:58 -08:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node index.js"
|
|
|
|
},
|
|
|
|
"author": "Wingysam <wingysam+git@gmail.com>",
|
2020-10-30 08:53:11 -07:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitlab.com/wingysam/christmas-community"
|
|
|
|
},
|
2018-11-20 11:19:58 -08:00
|
|
|
"dependencies": {
|
|
|
|
"bcrypt-nodejs": "^0.0.3",
|
|
|
|
"body-parser": "^1.18.3",
|
2020-10-30 09:11:20 -07:00
|
|
|
"chalk": "^4.1.0",
|
2018-11-20 11:19:58 -08:00
|
|
|
"connect-flash": "^0.1.1",
|
2020-10-30 09:11:20 -07:00
|
|
|
"dotenv": "^8.2.0",
|
2020-10-29 11:14:38 -07:00
|
|
|
"express": "4.17.1",
|
2018-11-20 11:19:58 -08:00
|
|
|
"express-session": "^1.15.6",
|
2018-11-22 15:42:19 -08:00
|
|
|
"express-session-level": "^1.0.0",
|
2019-11-13 08:49:12 -08:00
|
|
|
"get-product-name": "^1.5.0",
|
2019-11-11 12:45:50 -08:00
|
|
|
"level": "^6.0.0",
|
2020-10-29 20:50:36 -07:00
|
|
|
"moment": "^2.29.1",
|
|
|
|
"nanoid": "^3.1.16",
|
2018-11-20 11:19:58 -08:00
|
|
|
"passport": "^0.4.0",
|
|
|
|
"passport-local": "^1.0.0",
|
2020-10-30 09:11:20 -07:00
|
|
|
"pouchdb": "^7.2.2",
|
|
|
|
"pug": "^3.0.0",
|
|
|
|
"uuid": "^8.3.1",
|
2018-11-26 13:18:28 -08:00
|
|
|
"yes-no": "^0.0.1"
|
2018-11-20 11:19:58 -08:00
|
|
|
}
|
|
|
|
}
|