{
  "name":         "capt",
  "description":  "Command line tool for creating backbone.js applications with coffeescript",
  "version":      "0.6.0",
  "keywords":     ["jst", "templates", "rest", "backbone", "jquery", "zepto", "framework", "coffeescript", "less", "underscore"],
  "homepage":     "http://bnolan.github.com/capt/",
  "author":       "Ben Nolan <ben@nolanconsul.com>, twitter: @bnolan",
  "licenses":     [{
    "type":       "MIT",
    "url":        "http://github.com/brunch/brunch/raw/master/LICENSE"
  }],
  "directories" : {
    "lib" : "./lib"
  },
  "main" : "./lib/brunch",
  "bin":          {
    "capt": "./bin/capt"
  },
  "dependencies": {
    "coffee-script": "= 1.0.1",
    "less": ">=1.0.41",
    "glob": ">=2.0.6",
    "jasmine-node" : ">=1.0.0rc3",
    "eco" : ">=1.0.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bnolan/capt.git"
  },
  "bugs": {
    "url": "http://github.com/bnolan/capt/issues"
  }
}
