aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 61f2a73458d2d21aa57aa5ec91f1d586f5f6d971 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "alee-prod-website",
  "version": "1.0.0",
  "description": "A rewrite of the old aleecorp.github.io website",
  "main": "app.js",
  "scripts": {
    "start": "node app",
    "dev": "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",
    "connect-flash": "^0.1.1",
    "ejs": "^2.6.2",
    "express": "^4.17.1",
    "express-session": "^1.16.2",
    "moment": "^2.24.0",
    "mongoose": "^5.6.9",
    "passport": "^0.4.0",
    "passport-local": "^1.0.0",
    "readline": "^1.3.0",
    "serve-favicon": "^2.5.0",
    "webhook-discord": "^3.2.0"
  },
  "devDependencies": {
    "nodemon": "^1.19.1"
  }
}