{
  "name": "uglify",
  "description": "A simple tool to uglify javascript & css files",
  "version": "0.1.5",
  "author": "Tom.Huang <hzlhu.dargon@gmail.com>",
  "dependencies": {
    "underscore": "1.4.x",
    "underscore.string": "2.3.3",
    "commander": "*",
    "grunt": "0.4.5",
    "grunt-contrib-concat": "0.3.0",
    "grunt-contrib-uglify": "0.2.4",
    "grunt-css-url-replace": "*",
    "grunt-contrib-cssmin": "0.6.1",
    "grunt-contrib-copy": "0.5.0",
    "grunt-contrib-clean": "0.5.0"
  },
  "keys": [
    "javascript",
    "css",
    "uglify",
    "web"
  ],
  "bin": {
    "uglify": "./bin/uglify"
  },
  "repository": "git://github.com/nanjingboy/uglify"
}