{
  "name": "send",
  "version": "0.1.4",
  "description": "Better streaming static file server with Range and conditional-GET support",
  "keywords": ["static", "file", "server"],
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
  "dependencies": {
    "debug": "*",
    "mime": "~1.2.9",
    "fresh": "0.2.0",
    "range-parser": "0.0.4"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*",
    "supertest": "0.0.1",
    "connect": "2.x"
  },
  "scripts": {
    "test": "make test"
  },
  "repository" :
  { "type" : "git"
  , "url" : "git://github.com/visionmedia/send.git"
  },
  "main": "index"
}
