elife
Version:
Express life // jump start your web application with express
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "elife",
"version": "1.0.7",
"description": "Express life // jump start your web application with express",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DIMLEO/express-life.git"
},
"keywords": [
"express",
"mvc",
"blade",
"ORM",
"MYSQL",
"SQLITE",
"POSTGREY",
"NodeJs"
],
"author": "Diarra Mamadou",
"license": "MIT",
"bugs": {
"url": "https://github.com/DIMLEO/express-life/issues"
},
"homepage": "https://github.com/DIMLEO/express-life#readme",
"dependencies": {
"express": "^4.13.3",
"type-of-is": "~3.4.0",
"elife-dim" : "^1.0.0",
"body-parser" : "latest",
"cookie-parser" : "latest",
"multer" : "latest",
"bower": "latest",
"password-hash" : "latest",
"multiparty" : "latest",
"mod-validator" : "latest",
"express-session" : "latest",
"mysql" : "latest",
"pg" : "latest",
"sqlite3" : "latest"
}
}