diff options
author | LarsVomMars | 2020-09-30 20:33:00 +0200 |
---|---|---|
committer | LarsVomMars | 2020-09-30 20:33:00 +0200 |
commit | c00c6f32645c8d0bc48649ba2ccacd72a51b8c96 (patch) | |
tree | d734b647651988a7520e422b83dfe0235aa49f1a /package.json | |
parent | 4f6fe9fc1033e388c5cdf1dab6afa799547b30ef (diff) |
New motto
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..b6d8bdd --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "abizeugs", + "version": "1.0.0", + "main": "app.js", + "repository": "git@github.com:marvinborner/abizeugs", + "author": "LarsVomMars <lars@kroenner.eu>", + "license": "MIT", + "dependencies": { + "dotenv": "^8.2.0", + "express": "^4.17.1", + "express-rate-limit": "^5.1.3", + "mariadb": "^2.4.2" + } +} |