Clean up component.json

Bower doesn't currently use several properties that were included.
Keep `styles` for now, for Component(1).
This commit is contained in:
Nicolas Gallagher 2013-04-01 07:02:29 -07:00
parent 97e7867161
commit a91b3af1a4

View File

@ -3,13 +3,6 @@
"version": "1.1.0",
"author": "Nicolas Gallagher",
"homepage": "http://necolas.github.com/normalize.css/",
"styles": ["normalize.css"],
"repository": {
"type": "git",
"url": "https://github.com/necolas/normalize.css.git"
},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}]
"main": "normalize.css",
"styles": ["normalize.css"]
}