{
  "name": "spinlock",
  "version": "0.1.8",
  "license": "MIT",
  "description": "Distributed nodejs polling lock using redis",
  "keywords": [
    "spinlock",
    "lock",
    "mutex",
    "exclusion",
    "redis",
    "distributed",
    "sync",
    "synchronization",
    "polling"
  ],
  "author": "Andrew Bunker <abunker@gmail.com>",
  "licenses": [
    "MIT"
  ],
  "main": "lib/spinlock.js",
  "homepage": "https://github.com/numinos1/spinlock",
  "repository": {
    "type": "git",
    "url": "https://github.com/numinos1/spinlock.git"
  },
  "dependencies": {
    "lodash": "^3.10.1",
    "redis": "^2.4.2",
    "when": "^3.7.5"
  }
}
