Add Bower manifest file

This commit is contained in:
Nicolas Gallagher 2013-05-11 11:32:18 -07:00
parent 7749af6f3d
commit f5543a2646

12
bower.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "normalize-css",
"version": "1.1.1",
"main": "normalize.css",
"author": "Nicolas Gallagher",
"ignore": [
"CHANGELOG.md",
"CONTRIBUTING.md",
"component.json",
"test.html"
]
}