aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-25 17:43:20 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-25 17:43:20 -0400
commit69474fee32c62e1b97b9f51b78a2e242542ae9a7 (patch)
treef03569672f62ad251a38d1deb5d46152f1b54207 /package.json
parent379e44e7f1649ed2983e9167a7a4ac27303ed8d5 (diff)
downloadProject-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.tar.gz
Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.tar.bz2
Project-NewTube-69474fee32c62e1b97b9f51b78a2e242542ae9a7.zip
Rewrite incoming
Diffstat (limited to 'package.json')
-rw-r--r--package.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index adca0e3..0000000
--- a/package.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "project-newtube",
- "version": "1.0.0",
- "description": "A YouTube alternative.",
- "main": "app.js",
- "scripts": {
- "start": "node app",
- "dev": "nodemon app"
- },
- "repository": {
- "type": "git",
- "url": "git+https://git.alee-productions.xyz/aleeproductions/project-newtube"
- },
- "author": "Alee",
- "license": "GPL-3.0",
- "bugs": {
- "url": "https://git.alee-productions.xyz/aleeproductions/project-newtube/issues"
- },
- "homepage": "https://git.alee-productions.xyz/aleeproductions/project-newtube#readme",
- "dependencies": {
- "bcryptjs": "^2.4.3",
- "concurrently": "^4.1.2",
- "connect-flash": "^0.1.1",
- "ejs": "^2.7.4",
- "express": "^4.17.1",
- "express-session": "^1.17.0",
- "fs": "0.0.1-security",
- "moment": "^2.24.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"
- },
- "devDependencies": {
- "nodemon": "^1.19.4"
- }
-}