normalize.css/component.json
Nicolas Gallagher ee61f84f3e Add trailing slash to 'homepage' in component.json
GitHub 301 redirects the URL without a trailing slash to the URL with a
trailing slash.
2012-08-20 10:59:02 +01:00

15 lines
365 B
JSON

{
"name": "normalize-css",
"version": "1.0.1",
"author": "Nicolas Gallagher",
"homepage": "http://necolas.github.com/normalize.css/",
"repository": {
"type": "git",
"url": "https://github.com/necolas/normalize.css.git"
},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}]
}