codex-mythica/package.json

27 wiersze
586 B
JSON
Czysty Zwykły widok Historia

2018-01-07 19:12:11 -05:00
{
"name": "@mysticbits/codex-mythica",
"version": "0.2.3",
2018-01-07 19:12:11 -05:00
"private": true,
"scripts": {
"start": "nodejs ./bin/www"
},
"dependencies": {
"body-parser": "~1.0.0",
"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",
"express-minify": "^1.0.0",
2018-01-07 19:12:11 -05:00
"jade": "~1.3.0",
"morgan": "~1.0.0",
"static-favicon": "~1.0.0",
"uglify-es": "^3.3.5"
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-01-07 19:12:11 -05:00
}
}