{ "name": "static-plus"
, "version": "0.2.4"
, "author": { "name": "Jason Smith"
            , "email": "jhs@iriscouch.com" }
, "description": "Build static web sites from templates. Plus."
, "tags"       : ["couchdb", "amazon", "s3", "cloudfront"]
, "homepage": "http://github.com/iriscouch/static-plus"
, "repository": { "type": "git"
                , "url": "git://github.com/iriscouch/static-plus" }
, "engines": [ "node" ]

, "dependencies"   : { "follow"  : "~0.6.1"
                     , "rimraf"  : "~1.0.9"
                     , "txn"     : "~0.2.6"
                     , "request" : "~2.2.9"
                     , "fixed-event": "~0.2.0"
                     , "handlebars": "1.0.2beta"
                     , "winston" : "~0.5.9"
                     , "optimist": "0.3.0"
                     , "defaultable": "0.7.2"
                     }

, "devDependencies": { "tap": "0.1.3"
                     }

, "main": "./api"
, "bin" : { "static+": "./cli.js"
          }
}
