christmas/package.json

31 lines
777 B
JSON
Raw Normal View History

2018-11-20 11:19:58 -08:00
{
"name": "christmas-community",
2019-11-18 13:30:23 -08:00
"version": "1.9.0",
2018-11-20 11:19:58 -08:00
"description": "Christmas lists for communities",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Wingysam <wingysam+git@gmail.com>",
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"connect-flash": "^0.1.1",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"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",
2018-11-20 11:19:58 -08:00
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pouchdb": "^7.0.0",
"pug": "^2.0.3",
2018-11-26 13:18:28 -08:00
"uuid": "^3.3.2",
"yes-no": "^0.0.1"
2018-11-20 11:19:58 -08:00
}
}