UNPKG

mysql2-semaphore

Version:

mysql2 fork of mysql-semaphore for clustered node instances using MySQL

35 lines (34 loc) 774 B
{ "name": "mysql2-semaphore", "version": "1.0.0", "description": "mysql2 fork of mysql-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/jessebye/node-mysql2-semaphore.git" }, "keywords": [ "Semaphore", "MySQL", "clustered" ], "author": "Jesse Bye (jessebye)", "license": "MIT", "bugs": { "url": "https://github.com/jessebye/node-mysql2-semaphore/issues" }, "homepage": "https://github.com/jessebye/node-mysql2-semaphore#readme", "dependencies": { "mysql2": "^3.10.2" }, "devDependencies": { "mocha": "^2.2.5" } }