Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azukiwasher committed Oct 26, 2011
1 parent f3c9d97 commit 2dd480c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions 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"
Expand Down

0 comments on commit 2dd480c

Please sign in to comment.