aboutsummaryrefslogtreecommitdiff
path: root/quotes/package.json
diff options
context:
space:
mode:
authorLarsVomMars2020-09-30 20:37:16 +0200
committerLarsVomMars2020-09-30 20:37:16 +0200
commitad024d82b42216f38f81e2b2f40a23c79e6c9e5c (patch)
treee683987e43a0a1d271081cbeabe44357b52b445e /quotes/package.json
parent187657c3b425839c52e93bd5604f71c583ceff91 (diff)
One project one server
Diffstat (limited to 'quotes/package.json')
-rw-r--r--quotes/package.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/quotes/package.json b/quotes/package.json
deleted file mode 100644
index 036eb45..0000000
--- a/quotes/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "quotes",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "MIT",
- "dependencies": {
- "dotenv": "^8.2.0",
- "eslint": "^7.10.0",
- "express": "^4.17.1",
- "mariadb": "^2.4.2"
- }
-}