{
  "name": "techhead-hogan"
  , "description": "A fork of Twitter's mustache compiler."
  , "version": "0.0.1"
  , "keywords": ["mustache", "template"]
  , "main": "./lib/hogan.js"
  , "homepage": "https://github.com/techhead/hogan.js"
  , "author": "Twitter Inc."
  , "repository": {
    "type": "git"
    , "url": "https://github.com/techhead/hogan.js.git"
  }
  , "licenses": [
    { "type": "Apache-2.0"
      , "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ]
  , "dependencies" : {
      "nopt" : "1.0.10"
    , "mkdirp": "0.3.0"
    }
  , "devDependencies": {
      "uglify-js": "*"
    , "jsdom": "0.2.10"
    , "step": "0.0.5"
    , "rimraf": "2.0.1"
  }
  , "bin" : { "hulk" : "./bin/hulk" }
}
