diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-09 15:45:48 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-09 15:45:48 -0500 |
| commit | e92bad1fca8a2b6290af5dc73746f1acc72cfaf0 (patch) | |
| tree | 216e4b3756ff4cf74c1c3b69c7246447c1b512a7 /package.json | |
| parent | 7e6bb45d42517833be78a058dfd803f90cc7bd19 (diff) | |
| download | alp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.tar.gz alp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.tar.bz2 alp-website-e92bad1fca8a2b6290af5dc73746f1acc72cfaf0.zip | |
Porting the website to jekyll....
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" - } -} |
