summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..93c4049
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "rally-the-troops",
+ "version": "0.0.1",
+ "description": "Rally the Troops!",
+ "dependencies": {
+ "better-sqlite3": "^7.1.2",
+ "connect": "^3.7.0",
+ "connect-flash": "^0.1.1",
+ "cookie-parser": "^1.4.5",
+ "dotenv": "^8.2.0",
+ "ejs": "^3.1.5",
+ "express": "^4.17.1",
+ "express-session": "^1.17.1",
+ "passport": "^0.4.1",
+ "passport-local": "^1.0.0",
+ "passport.socketio": "^3.7.0",
+ "socket.io": "^3.0.4"
+ }
+}