{
  "name": "mymvc",
  "version": "0.0.6",
  "description": "A tiny framework that does dependency injection for a MVC pattern.",
  "main": "./lib/mymvc.js",
  "scripts": {
    "test-node": "./test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/amaurer/mymvc.git"
  },
  "keywords": [
    "MVC",
    "simple",
    "tiny",
    "view",
    "model",
    "controller"
  ],
  "author": "maurerdotme",
  "license": "MIT",
  "readmeFilename": "README.md"
}
