2018-01-07 19:12:11 -05:00
|
|
|
{
|
|
|
|
"name": "@mysticbits/codex-mythica",
|
2018-10-25 17:31:03 -04:00
|
|
|
"version": "0.4.0",
|
2018-01-07 19:12:11 -05:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"start": "nodejs ./bin/www"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "~1.0.0",
|
2018-01-10 22:04:52 -05:00
|
|
|
"compression": "^1.7.1",
|
2018-01-07 19:12:11 -05:00
|
|
|
"cookie-parser": "~1.0.1",
|
|
|
|
"debug": "~0.7.4",
|
|
|
|
"ejs": "^2.5.7",
|
2018-01-07 22:06:06 -05:00
|
|
|
"express": "~4.16.0",
|
2018-07-02 19:21:42 -04:00
|
|
|
"morgan": "~1.0.0"
|
2018-01-07 19:12:11 -05:00
|
|
|
},
|
2018-01-07 22:18:15 -05:00
|
|
|
"author": {
|
|
|
|
"name": "Eric Woodward",
|
|
|
|
"email": "eric@itsericwoodward.com",
|
|
|
|
"url": "https://itsericwoodward.com/"
|
2018-10-25 17:31:03 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ejs-lint": "^0.3.0"
|
2018-01-07 19:12:11 -05:00
|
|
|
}
|
|
|
|
}
|