Skip to content

Commit

Permalink
Update package.json manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
gasi committed Apr 18, 2011
1 parent 1e51f38 commit a119aa1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{ "name": "http-status"
, "version": "0.0.1"
, "version": "0.1.0"
, "description": "Interact with HTTP status code"
, "author": "David Worms <david@adaltas.com>"
, "main": "./index"
, "contributors": [{"name": "Daniel Gasienica", "email": "daniel@gasienica.ch"}]
, "devDependencies": { "coffee-script": "1.x" }
, "main": "./lib/index"
, "engines": { "node": ">= 0.1.90" }
}
}

0 comments on commit a119aa1

Please sign in to comment.