{
  "version"      : "1.1.6",
  "name"         : "express-thunder",
  "description"  : "Express 3.x locals for layout, partial and blocks for thunder template engine.",
  "author"       : "dreamerslab <ben@dreamerslab.com>",
  "contributors" : [
    "Tom Carden <tom@tom-carden.co.uk>",
    "Robert Sköld <robert@publicclass.se> (http://publicclass.se)"
  ],
  "repository" : {
    "type"     : "git",
    "url"      : "git://github.com/dreamerslab/express-thunder.git"
  },
  "homepage" : "https://github.com/dreamerslab/express-thunder",
  "engines"  : {
    "node"   : ">=0.8.0"
  },
  "dependencies" : {
    "thunder"    : "0.1.13"
  },
  "devDependencies" : {
    "express"       : "3.4.7",
    "mocha"         : "1.15.1",
    "should"        : "2.1.1",
    "methods"       : "0.1.0"
  },
  "scripts" : {
    "test"  : "mocha -r should -R spec"
  }
}
