UNPKG

mysql-semaphore

Version:

Semaphore for clustered node instances using MySQL

35 lines (34 loc) 741 B
{ "name": "mysql-semaphore", "version": "0.1.1", "description": "Semaphore for clustered node instances using MySQL", "main": "index.js", "directories": { "example": "example", "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/n8j1s/node-mysql-semaphore.git" }, "keywords": [ "Semaphore", "MySQL", "clustered" ], "author": "Nathaniel Jones (n8j1s)", "license": "MIT", "bugs": { "url": "https://github.com/n8j1s/node-mysql-semaphore/issues" }, "homepage": "https://github.com/n8j1s/node-mysql-semaphore#readme", "dependencies": { "mysql": "^2.9.0" }, "devDependencies": { "mocha": "^2.2.5" } }