{
  "name": "otagai-app",
  "version": "0.0.1",
  "description": "Otagai is an architecture application skeleton that allows you to develop websites rapidly in Node.js and Express",
  "homepage": "http://otagai.maxsvargal.com/",
  "keywords": [
    "skeleton",
    "architecture",
    "scaffolding",
    "express",
    "grunt"
  ],
  "author": {
    "name": "MaxSvargal"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MaxSvargal/otagai.js"
  },
  "license": "MIT",
  "bin": {
    "otagai": "./bin/otagai"
  },
  "engines": {
    "node": "0.10.x",
    "npm": ">=1.2"
  },
  "dependencies": {
    "express": "latest",
    "jade": "latest",
    "coffee-script": "latest",
    "mongoose": "latest",
    "connect-mongo": "latest",
    "connect-assets": "latest",
    "passport": "latest",
    "passport-local": "latest",
    "bcrypt": "latest",
    "underscore": "latest",
    "connect-flash": "latest",
    "view-helpers": "latest",
    "stylus": "latest",
    "moment": "latest",
    "marked": "latest",
    "fluidity": "latest",
    "grunt": "latest",
    "grunt-coffeelint": "latest",
    "node-dev": "latest",
    "grunt-contrib-watch": "latest",
    "forever-monitor": "latest",
    "cli-color": "latest"
  },
  "devDependencies": {

  }
}
