summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorroot <root@vagrantz.xyz>2021-04-06 10:57:50 +0000
committerroot <root@vagrantz.xyz>2021-04-06 10:57:50 +0000
commit8170d5bc0544fbc02155b8b57751cd1dec33dd69 (patch)
treed5cffb086fe6d5585c1e00ea5d5d2d907e6d2cd6 /package.json
initial public commitHEADmaster
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4c5e4d7
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "recipes",
+ "version": "1.0.0",
+ "description": "Dynamic recipe app",
+ "main": "app.js",
+ "scripts": {
+ "dev": "nodemon app",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Gil Ferrand",
+ "license": "GPL-3.0",
+ "dependencies": {
+ "body-parser": "^1.19.0",
+ "connect-busboy": "^0.0.2",
+ "connect-flash": "^0.1.1",
+ "ejs": "^3.1.6",
+ "express": "^4.17.1",
+ "express-session": "^1.17.1",
+ "method-override": "^3.0.0",
+ "mongoose": "^5.11.18",
+ "nodemon": "^2.0.7",
+ "passport": "^0.4.1",
+ "passport-local": "^1.0.0",
+ "passport-local-mongoose": "^6.1.0"
+ }
+}