add config module

This commit is contained in:
Alexander.Trofimov
2016-03-24 13:41:15 +03:00
parent dfa06d1c89
commit f5e7a8bcdd
9 changed files with 79 additions and 60 deletions

View File

@ -11,14 +11,16 @@
"email": ""
},
"dependencies": {
"express": "~4.9.0",
"body-parser": "~1.8.1",
"serve-favicon": "~2.1.3",
"config": "^1.19.0",
"debug": "~2.0.0",
"ejs": "~1.0.0",
"express": "~4.9.0",
"formidable": "~1.0.16",
"xml2js": "~0.4.4",
"log4js": "^0.6.31",
"serve-favicon": "~2.1.3",
"sync-request": "~1.0.2",
"urllib": "~2.2.1",
"sync-request": "~1.0.2"
"xml2js": "~0.4.4"
}
}