{
  "name"        : "coffeemill",
  "version"     : "0.5.2",
  "description" : "CoffeeScript project manager",
  "tags"        : [
    "package",
    "coffee",
    "minify",
    "dependency",
    "recursive",
    "concatenate"
  ],
  "author"      : {
    "name" : "Daisuke Mino",
    "email": "daisuke.mino@gmail.com"
  },
  "repository"  : {
    "type": "git",
    "url" : "https://minodisk@github.com/minodisk/coffeemill.git"
  },
  "engines"     : {
    "node": ">=0.9.0"
  },
  "license"     : "MIT",
  "dependencies": {
    "coffee-script": "1.6.2",
    "colors"       : "0.6.0",
    "commander"    : "1.1.1",
    "ejs"          : "0.8.3",
    "jade"         : "0.29.0",
    "jsdeferred"   : "0.4.0",
    "uglify-js"    : "2.2.5"
  },
  "bin"         : {
    "coffeemill": "./bin/coffeemill"
  },
  "main"        : "./lib/coffeemill"
}
