Skip to content

Commit

Permalink
Merge pull request #5 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 3755833 + c8d94a7 commit 6502959
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Expand Up @@ -2,11 +2,19 @@
"name": "autoscale-canvas",
"description": "Retina-enable an HTML canvas",
"version": "0.0.3",
"keywords": ["canvas", "retina", "hd"],
"keywords": [
"canvas",
"retina",
"hd"
],
"dependencies": {},
"component": {
"scripts": {
"autoscale-canvas/index.js": "index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/component/autoscale-canvas.git"
}
}

0 comments on commit 6502959

Please sign in to comment.