Skip to content

Commit

Permalink
Adding extra information to package.json + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
piscis committed Apr 15, 2011
1 parent a13874e commit 4b8399e
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
{
"name": "fsext",
"description": "'fsext' is a small extention for the nodejs FS module",
"version": "0.0.1alpha1",
"version": "0.0.2",
"author": "Alexander Pirsig <apirsig@web.de>",
"contributors": [],
"homepage": "http://github.com/piscis/fsext",
"contributors": [
"Alexander Pirsig <apirsig@web.de>"
],
"dependencies": {
},
"repositories": [
{
"bugs":{
"mail":"apirsig@web.de",
"web":"http://github.com/piscis/fsext/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/piscis/fsext.git"
}
"url": "git://github.com/piscis/fsext"
},
"keywords": [
"fs", "file", "copy", "duplicating",
"filesystem", "fs extention", "fsext"
],
"keywords": ["fs", "file", "copy", "duplicating", "filesystem", "fs extention", "fsext"],
"main": "index",
"directories" : { "lib" : "./lib" },
"engines": { "node": ">= 0.3.5 < 0.5.0" }
Expand Down

0 comments on commit 4b8399e

Please sign in to comment.