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-03-29 21:30:45 -07:00
parent 40f39d8d9e
commit 8a925e0391

View File

@ -3,13 +3,6 @@
"version": "2.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"]
}