Initial commit.
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal 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/"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user