{
  "name": "nor-mvc",
  "version": "0.1.42",
  "description": "Sendanor Model-View-Controller Module",
  "main": "src/mvc.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "node-lint src/ --config=lint.json",
    "jshint": "jshint src/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sendanor/nor-mvc.git"
  },
  "keywords": [
    "mvc",
    "model",
    "view",
    "controller",
    "express"
  ],
  "author": "Jaakko-Heikki Heusala <jhh@sendanor.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sendanor/nor-mvc/issues"
  },
  "homepage": "https://github.com/sendanor/nor-mvc",
  "dependencies": {
    "nor-array"       : ">= 0.1.8  < 0.2.0",
    "nor-debug"       : ">= 0.1.55 < 0.2.0",
    "nor-is"          : ">= 0.1.18 < 0.2.0",
    "nor-data"        : ">= 0.0.22  < 0.1.0",
    "nor-fs"          : ">= 0.1.20  < 0.2.0",
    "nor-express"     : ">= 0.1.58 < 0.2.0",
    "q"               : ">= 1.0.1  < 1.1.0",
    "temp"            : ">= 0.6.0  < 0.7.0",
    "ejs"             : ">= 0.8.8  < 0.9.0",
    "browserify"      : ">= 4.2.3  < 4.3.0",
    "disc"            : "1.2.0",
    "node-uuid"            : ">= 1.4.2   < 1.5.0"
  },
  "devDepencencies": {
    "lint"         : "*",
    "jshint"       : "*"
  },
  "peerDependencies": {
    "ejs"             : ">= 0.8.8  < 0.9.0",
    "browserify"      : ">= 4.2.3  < 4.3.0",
    "browserify-ejs"  : ">= 0.0.2  < 0.1.0",
    "browserify-shim" : ">= 3.8.0  < 3.9.0",
    "ejsify"          : ">= 1.0.0  < 1.1.0",
    "envify"          : ">= 2.0.1  < 2.1.0",
    "uglifyify"       : ">= 2.5.0  < 2.6.0"
  }
}
