UNPKG

571 BJSONView Raw
1{
2 "name": "redlock",
3 "version": "0.1.0",
4 "description": "A simple distributed locking mechanism based on redis.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/internalfx/redlock"
12 },
13 "author": "Bryan Morris",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/internalfx/redlock/issues"
17 },
18 "homepage": "https://github.com/internalfx/redlock",
19 "dependencies": {
20 "coffee-script": "^1.8.0",
21 "lodash": "^2.4.1"
22 }
23}