Skip to content

Commit

Permalink
Merge pull request #3 from repoify/add/repository
Browse files Browse the repository at this point in the history
Add repository field to readme
  • Loading branch information
jonathanong committed Oct 9, 2013
2 parents a7e9a65 + bedc173 commit 663c07d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "component-mirror",
"version": "0.0.1",
"description": "Fetch all remote components to create a local mirror for offline dev",
"keywords": ["component", "mirror"],
"keywords": [
"component",
"mirror"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"dependencies": {
"superagent": "0.9.7",
Expand All @@ -12,6 +15,12 @@
"mocha": "*",
"should": "*"
},
"bin": { "component-mirror": "./bin/component-mirror" },
"main": "index"
"bin": {
"component-mirror": "./bin/component-mirror"
},
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/component/component-mirror.git"
}
}

0 comments on commit 663c07d

Please sign in to comment.