christmas/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2018-11-20 11:19:58 -08:00
{
"name": "christmas-community",
2020-11-07 12:55:06 -08:00
"version": "1.19.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",
2020-11-02 16:07:12 -08:00
"start": "node manager.js"
2018-11-20 11:19:58 -08:00
},
"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",
2020-11-02 16:07:12 -08:00
"child-process-promise": "^2.2.1",
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",
2020-11-03 17:16:23 -08:00
"express-pouchdb": "^4.2.0",
2018-11-20 11:19:58 -08:00
"express-session": "^1.15.6",
2020-11-02 16:07:12 -08:00
"get-product-name": "1",
2020-11-03 17:16:23 -08:00
"memdown": "^5.1.0",
"mkdirp": "^0.5.5",
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",
2020-11-03 19:01:52 -08:00
"session-pouchdb-store": "^0.4.1",
2020-11-01 19:24:40 -08:00
"u64": "^1.0.1",
2018-11-26 13:18:28 -08:00
"yes-no": "^0.0.1"
2018-11-20 11:19:58 -08:00
}
}