{
  "name": "sepia",
  "author": "Avik Das <avik.das@berkeley.edu>",
  "version": "2.0.2",
  "description": "A VCR-like module that records HTTP interactions and plays them back for speed and reliability",
  "keywords": [
    "http",
    "testing"
  ],
  "homepage": "https://github.com/linkedin/sepia",
  "bugs": "https://github.com/linkedin/sepia/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/linkedin/sepia.git"
  },
  "license": "Apache",
  "contributors": [
    "Vlad Shlosberg (https://github.com/vshlos)",
    "Ethan Goldblum (https://github.com/egoldblum)",
    "Shao-Hua Kao (https://github.com/ethankao)",
    "Deepank Gupta (https://github.com/deepankgupta)",
    "Priyanka Salvi (http://www.linkedin.com/in/coolsmartgalpriyankanew)",
    "Ashima Atul (https://github.com/ashimaatul)"
  ],

  "dependencies": {
    "levenshtein": "1.0.2"
  },
  "devDependencies": {
    "request": "2.x",
    "then-request": "2.x",
    "lodash": "2.x",
    "step": "0.x",
    "jshint": "2.x",
    "mocha": "1.x",
    "should": "2.x",
    "sinon": "1.x"
  },
  "scripts": {
    "test": "jshint --config .jshintrc index.js src test examples && mocha test && sh examples/run-all-examples.sh"
  },
  "engines": {
    "node": ">=0.8"
  }
}
