Initial commit.

This commit is contained in:
Eric Woodward
2018-01-07 19:12:11 -05:00
commit f9a65c10b8
235 changed files with 5036 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "@mysticbits/codex-mythica",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
},
"dependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "^2.5.7",
"express": "~4.0.0",
"jade": "~1.3.0",
"morgan": "~1.0.0",
"static-favicon": "~1.0.0"
},
"author" : {
"name" : "Eric Woodward",
"email" : "eric@itsericwoodward.com",
"url" : "https://itsericwoodward.com/"
}
}