angie
Version:
Angie: A Module-Based NodeJS Web Application Framework in ES6
26 lines • 523 B
JSON
{
"projectName": "%s",
"projectRoot": "./src",
"development": true,
"databases": {
"default": {
"type": "sqlite3",
"name": "%s.db"
}
},
"templateDirs": [
"templates/"
],
"staticDirs": [
"static/"
],
"dependencies": [
"angie-log",
"angie-injector",
"angie-orm"
],
"cacheStaticAssets": %s,
"responseErrorTimeout": 5000,
"loadDefaultScriptFile": "%s",
"setXFrameOptions": "SAMEORIGIN"
}