first commit
[projectNeoUtesa/.git] / package.json
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..9eb6294
--- /dev/null
@@ -0,0 +1,16 @@
+{
+  "name": "projectneoutesa",
+  "version": "0.0.0",
+  "private": true,
+  "scripts": {
+    "start": "node ./bin/www"
+  },
+  "dependencies": {
+    "cookie-parser": "~1.4.4",
+    "debug": "~2.6.9",
+    "ejs": "~2.6.1",
+    "express": "~4.16.1",
+    "http-errors": "~1.6.3",
+    "morgan": "~1.9.1"
+  }
+}