Added initial code

This commit is contained in:
Esther
2020-06-17 22:34:29 +01:00
parent f3b8e827f4
commit 91eb61fc81
18 changed files with 2534 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "pastel.codes",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"node-sass-middleware": "0.11.0",
"pug": "2.0.0-beta11"
}
}