{
  "name": "node-tiny-http",
  "version": "1.4.4",
  "description": "A tiny node.js http framework",
  "main": "build/http.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SegmentFault/node-tiny-http.git"
  },
  "keywords": [
    "http"
  ],
  "author": "SegmentFault",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SegmentFault/node-tiny-http/issues"
  },
  "homepage": "https://github.com/SegmentFault/node-tiny-http#readme",
  "dependencies": {
    "cookie": "^0.2.3",
    "formidable": "^1.0.17",
    "mime": "^1.3.4",
    "statuses": "^1.2.1"
  }
}