bower.json 430 B

1234567891011121314151617
  1. {
  2. "name": "normalize-css",
  3. "description": "A modern alternative to CSS resets",
  4. "main": "normalize.css",
  5. "authors": [
  6. "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)",
  7. "Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)"
  8. ],
  9. "license": "MIT",
  10. "ignore": [
  11. "CHANGELOG.md",
  12. "CONTRIBUTING.md",
  13. "package.json",
  14. "README.md",
  15. "test.html"
  16. ]
  17. }