{
  "author": "Brian Link <cpubrian@gmail.com>",
  "name": "cantina",
  "description": "An application bootstrapper and plugin framework.",
  "version": "4.2.0",
  "homepage": "http://cantina.guthub.com",
  "repository": {
    "type": "git",
    "url": "git://github.com/cantina/cantina.git"
  },
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "main": "cantina.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha -R spec"
  },
  "dependencies": {
    "caller-id": "^0.1.0",
    "etc": "~0.5.0",
    "etc-yaml": "~0.0.4",
    "glob": "~4.0.2",
    "resolve": "^0.7.4",
    "stact-hooks": "~0.0.3",
    "underscore": "^1.6.0",
    "witwip": "~1.0.3"
  },
  "devDependencies": {
    "mocha": "~1.20.0"
  },
  "optionalDependencies": {}
}
