{
    "name": "gitcdn"
  , "version": "0.1.1"
  , "description": "Git push CDN"
  , "author" : {
        "name" : "Daniel D. Shaw"
      , "email" : "dshaw@dshaw.com"
      , "url" : "http://dshaw.com"
  }
  , "main" : "index.js"
  , "keywords" : [
        "git"
      , "cdn"
    ]
  , "directories" : {
        "example" : "example"
    }
  , "dependencies" : {
        "connect" : ">= 1.0.1"
      , "mkdirp" : "0.3.0"
      , "procstreams" : ">= 0.2.0"
      , "pushover" : ">= 0.1.1"
  }
  , "licenses": [{
      "type": "MIT"
    , "url" : "https://github.com/dshaw/gitcdn/raw/master/LICENSE"
    }]
}
