mutex-js
Version:
provides a promise-based mechanism for locking around code which requires synchronization
30 lines (29 loc) • 763 B
JSON
{
"name": "mutex-js",
"version": "1.1.5",
"description": "provides a promise-based mechanism for locking around code which requires synchronization",
"main": "lib/index.js",
"scripts": {
"test": "mocha -R spec ./test/index.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielglennross/mutex-js.git"
},
"keywords": [
"mutex-js"
],
"author": "daniel ross",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.7.0",
"mocha": "^3.2.0"
},
"bugs": {
"url": "https://github.com/danielglennross/mutex-js/issues"
},
"homepage": "https://github.com/danielglennross/mutex-js#readme"
}