{
  "name": "nine-track",
  "description": "Record and playback HTTP requests",
  "version": "3.1.1",
  "homepage": "https://github.com/twolfson/nine-track",
  "author": {
    "name": "Todd Wolfson",
    "email": "todd@twolfson.com",
    "url": "http://twolfson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twolfson/nine-track.git"
  },
  "bugs": {
    "url": "https://github.com/twolfson/nine-track/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/twolfson/nine-track/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/nine-track",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "precheck": "twolfson-style precheck lib/ test/",
    "lint": "twolfson-style lint lib/ test/",
    "test": "rm -r test/actual-files || true; npm run precheck && mocha --reporter dot && npm run lint"
  },
  "dependencies": {
    "async": "~0.2.10",
    "clone": "~0.1.11",
    "concat-stream": "~1.2.1",
    "fs-memory-store": "~0.2.0",
    "mkdirp": "~0.3.5",
    "request": "~2.88.0",
    "underscore": "~1.5.2"
  },
  "devDependencies": {
    "body-parser": "~1.11.0",
    "chai": "~1.8.1",
    "express": "~3.21.2",
    "foundry": "~4.3.2",
    "foundry-release-git": "~2.0.2",
    "foundry-release-npm": "~2.0.2",
    "jscs": "~1.10.0",
    "jshint": "~2.5.10",
    "mocha": "~1.11.0",
    "pem": "~1.14.2",
    "raw-body": "~1.1.5",
    "request-mocha": "~0.2.0",
    "rimraf": "~2.2.5",
    "twolfson-style": "~1.6.0"
  },
  "keywords": [
    "http",
    "record",
    "playback",
    "cassette",
    "vcr",
    "middleware",
    "8-track"
  ],
  "foundry": {
    "releaseCommands": [
      "foundry-release-npm",
      "foundry-release-git"
    ]
  }
}