{
  "name": "smoosh"
  , "preferGlobal": "true"
  , "description": "a tool for packaging your JavaScript and CSS projects"
  , "version": "0.3.0"
  , "authors": ["Jacob Thornton <@fat>", "Dustin Diaz <@ded>"]
  , "keywords": ["packager", "packaging", "smoosher", "javascript", "css", "dependencies"]
  , "directories": { "lib": "./lib/smoosh" }
  , "main": "./index.js"
  , "engines": { "node": ">= 0.4.1" }
  , "dependencies": {
    "colors": ">= 0.3.0"
    , "gzip": ">= 0.1.0"
    , "jshint": ">= 0.1.4"
    , "rimraf": ">= 1.0.0"
    , "uglify-js": ">= 0.0.1"
    , "asciimo": ">= 0.3.1"
    , "sqwish": ">= 0.0.6"
  }
  , "bin": {
    "smoosh": "./bin/smoosh"
  }
}
