{
  "author": "Paul Serby <paul@serby.net>",
  "name": "compact",
  "description": "A JavaScript compacting middleware for express",
  "version": "1.0.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/serby/compact.git"
  },
  "main": "./lib/compact.js",
  "scripts": {
    "test": "mocha -r should -R spec"
  },
  "engines": {
    "node": ">=0.8"
  },
  "dependencies": {
    "lodash": "~0.3",
    "async": "~0.1",
    "uglify-js": "~1.3",
    "mkdirp": "~0.3"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "~1.1",
    "async": "~0.1",
    "asyncjs": "~0.0"
  }
}
