{
  "name": "supertest",
  "version": "1.1.0",
  "description": "Super-agent driven library for testing HTTP servers",
  "main": "index.js",
  "scripts": {
    "pretest": "npm install",
    "test": "make test"
  },
  "dependencies": {
    "superagent": "~1.3.0",
    "methods": "1.x"
  },
  "devDependencies": {
    "express": "~4.12.4",
    "mocha": "~2.2.5",
    "should": "~7.0.2",
    "body-parser": "~1.13.2",
    "cookie-parser": "~1.3.5"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "keywords": [
    "superagent",
    "request",
    "tdd",
    "bdd",
    "http",
    "test",
    "testing"
  ],
  "author": "TJ Holowaychuk",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/visionmedia/supertest.git"
  }
}
