aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2019-12-26 20:28:52 -0600
committerMark Powers <markppowers0@gmail.com>2019-12-26 20:28:52 -0600
commit60f66450078b0a3a46d4ab373645c2546aab28f4 (patch)
tree94bc6f8146ca5f861396c454218e6960aa46a45e /package.json
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4bc399b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "marksdatabase",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "run": "nodejs src/"
+ },
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "body-parser": "^1.18.3",
+ "cookie-parser": "^1.4.4",
+ "express": "^4.16.4",
+ "jsonwebtoken": "^8.5.1",
+ "mysql2": "^1.6.5",
+ "readline-sync": "^1.4.10",
+ "sequelize": "^5.19.5"
+ }
+}