diff options
author | LarsVomMars | 2020-09-30 20:37:16 +0200 |
---|---|---|
committer | LarsVomMars | 2020-09-30 20:37:16 +0200 |
commit | ad024d82b42216f38f81e2b2f40a23c79e6c9e5c (patch) | |
tree | e683987e43a0a1d271081cbeabe44357b52b445e /quotes/package.json | |
parent | 187657c3b425839c52e93bd5604f71c583ceff91 (diff) |
One project one server
Diffstat (limited to 'quotes/package.json')
-rw-r--r-- | quotes/package.json | 17 |
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" - } -} |