oomvc
Version:
Object oriented web framework for NodeJS + Typescript
34 lines (33 loc) • 593 B
JSON
{
"name": "oomvc",
"description": "Object oriented web framework for NodeJS + Typescript",
"version": "0.4.3",
"author": "Dmitry Lunyov <ummo93@gmail.com>",
"license": "MIT",
"repository": "ummo93/oomvc",
"homepage": "https://luniverse.herokuapp.com/",
"keywords": [
"mvc",
"typescript",
"es7",
"oop",
"oomvc",
"framework",
"web",
"rest",
"restful",
"app",
"api",
"minimalism"
],
"dependencies": {
"handlebars": "^4.0.10"
},
"files": [
"LICENSE",
"Readme.md",
"lib/",
"index.ts",
"index.js"
]
}