{
  "name": "bmutex",
  "version": "0.1.8",
  "description": "Mutex locks for javascript",
  "keywords": [
    "lock",
    "mutex"
  ],
  "license": "MIT",
  "repository": "git://github.com/bcoin-org/bmutex.git",
  "homepage": "https://github.com/bcoin-org/bmutex",
  "bugs": {
    "url": "https://github.com/bcoin-org/bmutex/issues"
  },
  "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
  "main": "./lib/bmutex.js",
  "scripts": {
    "lint": "eslint lib/ test/",
    "lint-types": "tsc -p .",
    "test": "bmocha --reporter spec test/*-test.js"
  },
  "dependencies": {
    "bsert": "~0.0.13"
  },
  "devDependencies": {
    "bmocha": "^2.2.1",
    "bslintrc": "^0.0.3",
    "bts-type-deps": "^0.0.3"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}
