Skip to content

Commit

Permalink
version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Mar 29, 2011
1 parent 2710156 commit 6a355a4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{ {
"name": "gitProvider", "name": "gitProvider",
"description": "An http/connect/stack layer to serve the contents of a 'git' repository over HTTP.", "description": "An http/connect/stack layer to serve the contents of a 'git' repository over HTTP.",
"version": "0.0.0", "version": "0.0.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/TooTallNate/node-gitProvider.git" "url": "git://github.com/TooTallNate/node-gitProvider.git"
Expand All @@ -16,5 +16,8 @@
}, },
"engines": { "engines": {
"node": ">= 0.4.0" "node": ">= 0.4.0"
} },
} "files": [
""
]
}

0 comments on commit 6a355a4

Please sign in to comment.