{
  "name": "inca",
  "description": "easy mix of mustaches and jsons",
  "version": "0.2.0",
  "authors": ["Rob Stenson <@blickwickle>"],
  "keywords": ["design", "mustache"],
  "main": "./inca.js",
  "homepage": "https://github.com/stenson/inca",
  "engines": {
    "node": ">= 0.4.1"
  },
  "dependencies": {
    "express": "<= 2.9.1",
    "colors": ">= 0.3.0",
    "mustache": ">= 0.2.3",
    "twitter-text": "= 1.4.3"
  },
  "bin": {
    "inca": "./bin/inca"
  }
}