Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leonchen committed Feb 22, 2013
1 parent a64c718 commit f7562f5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
"description": "git data fetcher", "description": "git data fetcher",
"version": "0.0.1", "version": "0.0.1",
"private": false, "private": false,
"licenses": [ { "type": "MIT" }],
"author": "Leon Chen",
"homepage": "https://github.com/leonchen/gitfs",
"keywords": ["git", "file system"],
"repository": {
"type": "git",
"url": "git@github.com:leonchen/gitfs.git"
},
"bin": {
"gitfs": "./bin/gitfs"
},
"dependencies": { "dependencies": {
"mochiscript": "" "mochiscript": ""
} }
Expand Down

0 comments on commit f7562f5

Please sign in to comment.