aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 13 insertions, 15 deletions
diff --git a/package.json b/package.json
index c03a4a9..adca0e3 100644
--- a/package.json
+++ b/package.json
@@ -1,41 +1,39 @@
{
- "name": "alee-prod-website",
+ "name": "project-newtube",
"version": "1.0.0",
- "description": "A rewrite of the old aleecorp.github.io website",
+ "description": "A YouTube alternative.",
"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\""
+ "start": "node app",
+ "dev": "nodemon app"
},
"repository": {
"type": "git",
- "url": "git+https://github.com/aleeproductions/website.git"
+ "url": "git+https://git.alee-productions.xyz/aleeproductions/project-newtube"
},
"author": "Alee",
"license": "GPL-3.0",
"bugs": {
- "url": "https://github.com/aleeproductions/website/issues"
+ "url": "https://git.alee-productions.xyz/aleeproductions/project-newtube/issues"
},
- "homepage": "https://github.com/aleeproductions/website#readme",
+ "homepage": "https://git.alee-productions.xyz/aleeproductions/project-newtube#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
- "concurrently": "^4.1.1",
+ "concurrently": "^4.1.2",
"connect-flash": "^0.1.1",
- "ejs": "^2.6.2",
+ "ejs": "^2.7.4",
"express": "^4.17.1",
- "express-session": "^1.16.2",
+ "express-session": "^1.17.0",
"fs": "0.0.1-security",
"moment": "^2.24.0",
- "mongoose": "^5.7.5",
- "node-sass": "^4.12.0",
+ "mongoose": "^5.7.12",
"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"
+ "smoothstate": "^0.7.2"
},
"devDependencies": {
- "nodemon": "^1.19.1"
+ "nodemon": "^1.19.4"
}
}