codex-mythica/package.json

26 lines
534 B
JSON
Raw Normal View History

2018-01-08 00:12:11 +00:00
{
2024-10-15 20:37:26 +00:00
"name": "@itsericwoodward/codex-mythica",
2024-10-15 20:40:06 +00:00
"version": "0.6.1",
2018-01-08 00:12:11 +00:00
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
},
"dependencies": {
2024-10-15 20:37:26 +00:00
"body-parser": "~1.20.3",
"compression": "^1.7.4",
"cookie-parser": "~1.4.7",
"debug": "~4.3.7",
"ejs": "^3.1.10",
"express": "~4.21.1",
"morgan": "~1.10.0"
2018-01-08 00:12:11 +00:00
},
2018-01-08 03:18:15 +00:00
"author": {
"name": "Eric Woodward",
"email": "eric@itsericwoodward.com",
"url": "https://itsericwoodward.com/"
},
"devDependencies": {
2024-10-15 20:37:26 +00:00
"ejs-lint": "^2.0.0"
2018-01-08 00:12:11 +00:00
}
}