twee
Version:
Twee Framework - the most powerful, elegant and extensive framework for Node.js based on Express.js
44 lines (35 loc) • 948 B
JavaScript
module.exports = {
"extensions": {
"HTTP Parser": {
"module": "twee-http-parser-extension"
},
"Winston Logger": {
"module": "twee-logging-extension"
},
"`Powered With` Header": {
"module": "twee-powered-extension"
},
"Static Files": {
"module": "twee-static-extension"
},
"HTML Compressor": {
"module": "twee-compressor-extension"
},
"View Engines": {
"module": "twee-view-extension"
},
"View Helpers": {
"module": "twee-view-extension/helpers"
},
"i18n": {
"module": "twee-i18n-extension"
}
},
"options": {
"errorPages": {
"404": {
"viewTemplate": __dirname + "/../templates/pages/404.html"
}
}
}
};