diff --git a/package.json b/package.json index 7b6bb22..f0b52f5 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,17 @@ { "name": "giraffi", "description": "A small client that posts and retrieves your app logs", - "version": "0.2.1", + "version": "0.1.3", "author": "azukiwasher", - "contributors": ["sutetotanuki"], + "contributors": [ + { "name": "azukiwasher", "email": "azukiwasher@higanworks.com" }, + { "name": "sutetotanuki", "email": "sutetotanuki@gmail.com" } + ], "repository": "git://github.com/giraffi/node-giraffi.git", "main": "./index.js", "dependencies": { - "request": "1.9.x", - "pkginfo": "0.2.x" + "request": ">= 1.9.x", + "pkginfo": ">= 0.2.x" }, "devDependencies": { "vows": "0.5.x"