{
  "author": "Tom Wilson <tom@jackhq.com> (http://jackhq.tumblr.com)",
  "name": "w3",
  "description": "A nodejs http file server",
  "version": "2.0.2",
  "dependencies": {
    "minimist": "^1.2.5",
    "parseurl": "^1.3.3",
    "send": "^0.16.2"
  },
  "devDependencies": {
    "request": "*",
    "specify": "~1.2.1"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  },
  "bin": {
    "w3": "./bin/w3"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twilson63/w3.git"
  },
  "homepage": "http://twilson63.github.com/w3/",
  "scripts": {
    "test": "node test"
  }
}
