diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index c03a4a9..0000000 --- a/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "alee-prod-website", - "version": "1.0.0", - "description": "A rewrite of the old aleecorp.github.io website", - "main": "app.js", - "scripts": { - "start": "concurrently \"node-sass --omit-source-map-url public/css/style.scss public/css/style.css \", \"node-sass public/css/style.scss -o public/css -w\", \"node app\"", - "dev": "concurrently \"node-sass --omit-source-map-url public/css/style.scss public/css/style.css \", \"node-sass public/css/style.scss -o public/css -w\", \"nodemon app\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/aleeproductions/website.git" - }, - "author": "Alee", - "license": "GPL-3.0", - "bugs": { - "url": "https://github.com/aleeproductions/website/issues" - }, - "homepage": "https://github.com/aleeproductions/website#readme", - "dependencies": { - "bcryptjs": "^2.4.3", - "concurrently": "^4.1.1", - "connect-flash": "^0.1.1", - "ejs": "^2.6.2", - "express": "^4.17.1", - "express-session": "^1.16.2", - "fs": "0.0.1-security", - "moment": "^2.24.0", - "mongoose": "^5.7.5", - "node-sass": "^4.12.0", - "passport": "^0.4.0", - "passport-local": "^1.0.0", - "readline": "^1.3.0", - "serve-favicon": "^2.5.0", - "smoothstate": "^0.7.2", - "webhook-discord": "^3.2.0" - }, - "devDependencies": { - "nodemon": "^1.19.1" - } -} |
