codex-mythica/package.json

24 lines
501 B
JSON

{
"name": "@mysticbits/codex-mythica",
"version": "0.1.0",
"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/"
}
}