{
  "name": "request-local",
  "version": "1.0.5",
  "description": "Request local storage for storing request context information",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node_modules/.bin/jshint --config .jshintrc && node_modules/.bin/mocha test/*.js --reporter spec --timeout 20s",
    "test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --  --timeout 20s -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dimichgh/request-local.git"
  },
  "keywords": [
    "domain",
    "request",
    "local"
  ],
  "dependencies": {
    "shimmer": "~1.0.0"
  },
  "devDependencies": {
    "async": "^1.4.2",
    "asyncawait": "^1.0.3",
    "bluebird": "*",
    "express": "~3.1.1",
    "istanbul": "^0.4.5",
    "jshint": "~2.1.4",
    "mocha": "^2.3.4",
    "q": "*",
    "raptor-async": "*",
    "request": "~2.34.0",
    "shelljs": "^0.5.3",
    "should": "~3.1.3",
    "underscore": "~1.6.0"
  },
  "author": "Dmytro Semenov <dsemenov@ebay.com>",
  "license": "Apache License v2.0"
}
