{
  "author": "Mario Gutierrez <mario@mgutz.com> (http://mgutz.com)",
  "name": "funcd",
  "description": "Function based template engine in the flavor of Builder, Markaby or Erector",
  "version": "1.0.0-pre",
  "homepage": "http://mgutz.github.com/funcd",
  "repository": {
    "url": "https://github.com/mgutz/funcd.git"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "dependencies": {
    "coffee-script": "~1.6.3",
    "underscore": "~1.5.1"
  },
  "devDependencies": {
    "mocha": "~1.12.0",
    "chai": "~1.7.2",
    "projmate-shell": "git://github.com/projmate/projmate-shell#develop"
  },
  "optionalDependencies": {},
  "scripts": {
    "test": "cake test"
  }
}
