{ "name": "lockmap", "version": "0.0.0", "description": "Creates a promise based map of locks that can be used as a semaphore", "main": "index.js", "scripts": { "coverage": "istanbul cover ./tests/index.js", "coveralls": "npm run coverage && coveralls ./docs/index.md" }, "keywords": [ "" ], "author": "mjbecze ", "license": "MPL-2.0", "dependencies": { }, "devDependencies": { "coveralls": "^3.0.0", "documentation": "^5.2.0", "istanbul": "^0.4.1", "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" }