UNPKG

await-semaphore

Version:
33 lines (32 loc) 727 B
{ "name": "await-semaphore", "version": "0.1.3", "description": "Awaitable semaphore/mutex", "main": "index.js", "scripts": { "prebuild": "typings install", "build": "tsc", "test": "mocha test.js" }, "repository": { "type": "git", "url": "git+https://github.com/notenoughneon/await-semaphore.git" }, "keywords": [ "promise", "semaphore", "mutex", "typescript" ], "author": "Emma Kuo", "license": "MIT", "bugs": { "url": "https://github.com/notenoughneon/await-semaphore/issues" }, "homepage": "https://github.com/notenoughneon/await-semaphore#readme", "devDependencies": { "mocha": "^2.5.3", "typescript": "^1.8.10", "typings": "^1.3.1" } }