{
  "name": "minstache",
  "version": "1.2.0",
  "description": "Mini mustache template engine",
  "keywords": ["mustache", "template", "engine"],
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
  "dependencies": {
    "commander": "1.0.4"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "bin": {
    "minstache": "bin/minstache"
  },
  "main": "index"
}
