{ "name": "lockmap", "version": "0.1.0", "description": "Creates a promise based map of locks that can be used as a semaphore", "main": "index.js", "scripts": { "coverage": "nyc npm test", "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", "lint": "standard", "test": "node ./tests/index.js", "build:docs": "documentation build --github -f md ./index.js > ./docs/index.md" }, "keywords": [ "" ], "author": "mjbecze ", "license": "MPL-2.0", "dependencies": {}, "devDependencies": { "documentation": "^5.3.3", "coveralls": "^3.0.0", "nyc": "^11.3.0", "standard": "^10.0.0", "tape": "^4.0.3" }, "repository": { "type": "git", "url": "git@github.com:wanderer/lockmap.git" }, "bugs": { "url": "https://github.com/wanderer/lockmap/issues" }, "homepage": "https://github.com/wanderer/lockmap" }