UNPKG

windows-mutex

Version:

Expose the Windows CreateMutex API to Node.JS

28 lines (27 loc) 614 B
{ "name": "windows-mutex", "version": "0.4.1", "description": "Expose the Windows CreateMutex API to Node.JS", "main": "index.js", "homepage": "https://github.com/Microsoft/node-windows-mutex", "bugs": "https://github.com/Microsoft/node-windows-mutex/issues", "repository": { "type": "git", "url": "https://github.com/Microsoft/node-windows-mutex.git" }, "author": "Microsoft", "license": "MIT", "os": [ "win32" ], "dependencies": { "bindings": "^1.2.1", "nan": "^2.14.0" }, "devDependencies": { "mocha": "^6.1.4" }, "scripts": { "test": "mocha" } }