semlocks
Version:
Mind-blowingly simple local resource management
42 lines (41 loc) • 824 B
JSON
{
"name": "semlocks",
"version": "1.3.0",
"description": "Mind-blowingly simple local resource management",
"main": "lib/Semlocks.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -R spec test"
},
"homepage": "https://github.com/TomFrost/Semlocks",
"repository": {
"type": "git",
"url": "https://github.com/TomFrost/Semlocks.git"
},
"keywords": [
"semaphore",
"semaphores",
"resource",
"resources",
"management",
"lock",
"locks",
"locking",
"mutex",
"priority"
],
"author": "Tom Frost <tom@frosteddesign.com>",
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"bugs": {
"url": "https://github.com/TomFrost/Semlocks/issues"
},
"devDependencies": {
"should": "~3.3.1",
"mocha": "~1.18.2"
}
}