{
  "name": "local-cdn",
  "description": "A local server for handling static file bundling, and generating bundles for deployment.",
  "version": "0.2.2",
  "repository": "http://github.com/larrymyers/local-cdn",
  "author": "Larry Myers <larry@larrymyers.com>",
  "main": "index",
  "bin": "./bin/local-cdn",
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=0.2.6"
  },
  "dependencies" : {
      "mime" : ">=1.2.1",
      "connect": ">=1.0.0",
      "uglify-js": ">=1.0.0",
      "glob": ">=2.0.6"
  }
}
