{
  "name"       : "node.packer",
  "version"    : "2.0.3",
  "description": "An assets combine and minify tool",
  "keywords"   : [
    "assets", "asset", "combine", "minify", "packer",
    "yui", "yui compressor", "compressor", "compress"
  ],
  "author"      : "dreamerslab <ben@dreamerslab.com>",
  "dependencies": {
    "clean-css"  : "2.0.2",
    "uglify-js" : "2.4.7"
  },
  "repository"  : {
    "type": "git",
    "url" : "https://github.com/dreamerslab/node.packer.git"
  },
  "main"    : "index",
  "engines" : [ "node >= 0.8.0" ],
  "licenses": [{
    "type": "MIT",
    "url" : "http://en.wikipedia.org/wiki/MIT_License"
  }]
}
