{
  "name": "locking",
  "description": "Read I/O locking using LRU cache",
  "author": {
    "name": "Mapbox",
    "email": "info@mapbox.com",
    "url": "http://mapbox.com/"
  },
  "version": "3.0.0",
  "main": "./index",
  "dependencies": {
    "lru-cache": "^4.0.1"
  },
  "devDependencies": {
    "eslint": "^2.11.1",
    "eslint-config-unstyled": "^1.1.0",
    "tape": "^4.5.1"
  },
  "scripts": {
    "test": "eslint index.js && tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mapbox/node-locking.git"
  }
}
