Skip to content

Commit

Permalink
added package file
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrik committed Jun 10, 2012
1 parent 222d812 commit 3b818ac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package.json
@@ -0,0 +1,18 @@
{
"author": "Ian Babrou <ibobrik@gmail.com> (http://bobrik.name/)",
"name": "locker",
"description": "Full-featured client for locker lock server with timeouts support",
"keywords": ["lock", "server", "locker", "async", "shared", "distributed"],
"version": "0.1.0",
"homepage": "https://github.com/bobrik/node-locker",
"repository": {
"url": "git@github.com:bobrik/node-locker.git"
},
"main": "./index.js",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}

0 comments on commit 3b818ac

Please sign in to comment.