diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-24 09:00:34 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-24 09:00:34 -0500 |
| commit | 4a86c4d98691c1e1469d25a47944444475551567 (patch) | |
| tree | c2b0a56aaf69fddb3d40611018b59f0645a3ac62 /package.json | |
| download | Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.tar.gz Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.tar.bz2 Project-NewTube-4a86c4d98691c1e1469d25a47944444475551567.zip | |
Inital commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..c03a4a9 --- /dev/null +++ b/package.json @@ -0,0 +1,41 @@ +{ + "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" + } +} |
