{
  "name": "otagai",
  "version": "0.4.4",
  "description": "Otagai is an architecture application skeleton and framework that allows you to develop websites rapidly in Node.js and Express",
  "homepage": "http://otagai.maxsvargal.com",
  "keywords": [
    "skeleton",
    "architecture",
    "scaffold",
    "make",
    "express",
    "cli",
    "server",
    "grunt"
  ],
  "author": {
    "name": "MaxSvargal",
    "url": "http://maxsvargal.com"
  },
  "homepage": "http://otagai.maxsvargal.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/MaxSvargal/otagai.js"
  },
  "license": "MIT",
  "main": "lib/otagai",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script --watch"
  },
  "bin": {
    "otagai": "./bin/otagai"
  },
  "main": "lib/otagai",
  "scripts": {
    "test": "mocha -R spec --compilers coffee:coffee-script --require should --ui bdd --watch"
  },
  "engines": {
    "node": "0.10.x",
    "npm": ">=1.2"
  },
  "dependencies": {
    "coffee-script": "latest",
    "winston": "latest",
    "async": "latest",
    "ncp": "latest",
    "commander": "latest",
    "handlebars": "latest",
    "mongoose": "latest",
    "chai": "latest",
    "forever": "latest",
    "cli-color": "latest",
    "should": "latest",
    "mocha": "latest",
    "bcrypt": "latest"
  }
}
