{
  "name": "coffee-toaster",
  "version": "0.6.13",
  "author": "Anderson Arboleya <anderson@arboleya.me>",
  "description": "Minimalist build system for CoffeeScript.",
  "keywords": ["coffeescript", "build", "namespace", "tool"],

  "main" : "./lib/toaster",
  "directories": {"lib": "./lib/"},
  "scripts": { "test": "make test" },

  "repository": {
    "type": "git",
    "url": "http://github.com/serpentem/coffee-toaster"
  },

  "bin": {"toaster" : "./bin/toaster"},
  "engines": { "node": "0.10.x" },

  "dependencies": {
    "fs-util": "0.3.7",
    "coffee-script" : "1.3.x",
    "uglify-js": "1.1.x",
    "optimist": "0.2.x",
    "colors": "0.5.x",
    "vows" : "0.7.x"
  },

  "optionalDependencies": { "growl": "1.2.x" }
}