diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-01 18:15:12 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-01 18:15:12 -0400 |
| commit | ab197dc41a884902625aff031cf0df089b8065b6 (patch) | |
| tree | 7fcee70319f9b0b1f69ca44f6dd5f10c62e395d4 /package.json | |
| parent | 0732a03ab98caf5b8f059d576fe26b2c2d1431f2 (diff) | |
| download | alp-website-ab197dc41a884902625aff031cf0df089b8065b6.tar.gz alp-website-ab197dc41a884902625aff031cf0df089b8065b6.tar.bz2 alp-website-ab197dc41a884902625aff031cf0df089b8065b6.zip | |
Changed the website
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 33 |
1 files changed, 23 insertions, 10 deletions
diff --git a/package.json b/package.json index 23865f3..021b5f7 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,29 @@ { - "name": "aleecorp-website", - "version": "0.0.0", - "private": true, + "name": "alee-prod-website", + "version": "1.0.0", + "description": "A rewrite of the old aleecorp.github.io website", + "main": "app.js", "scripts": { - "start": "node ./bin/www" + "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": { - "cookie-parser": "~1.4.4", - "debug": "~2.6.9", - "express": "~4.16.1", - "http-errors": "~1.6.3", - "morgan": "~1.9.1", - "pug": "^2.0.4" + "ejs": "^2.6.2", + "express": "^4.17.1", + "moment": "^2.24.0", + "webhook-discord": "^3.2.0" + }, + "devDependencies": { + "nodemon": "^1.19.1" } } |
