Initial Website Setup

This commit is contained in:
Starystars67
2020-11-19 00:31:33 +00:00
parent a4e3a3c2bf
commit 530cfae94d
27 changed files with 30663 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "beammp-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Starystars67/BeamMP-Website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Starystars67/BeamMP-Website/issues"
},
"homepage": "https://github.com/Starystars67/BeamMP-Website#readme",
"dependencies": {
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"ejs": "^3.0.1",
"express": "^4.17.1"
}
}