{
  "name": "promise-mutex",
  "version": "0.1.1",
  "description": "mutual-exclusion lock for promise chains",
  "keywords": [
    "lock",
    "mutex",
    "promise",
    "chain"
  ],
  "homepage": "https://github.com/plenluno/promise-mutex",
  "bugs": {
    "url": "https://github.com/plenluno/promise-mutex/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Yoshiyuki Mineo",
    "email": "plenluno@zoho.com"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/plenluno/promise-mutex.git"
  },
  "scripts": {
    "test": "eslint . && mocha -R spec test"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.5",
    "chai": "^3.3.0",
    "eslint": "^1.9.0",
    "eslint-config-airbnb": "^1.0.0",
    "eslint-plugin-react": "^3.8.0",
    "mocha": "^2.3.3"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}
