.bower.json 773 B

12345678910111213141516171819202122232425262728
  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. "homepage": "https://github.com/necolas/normalize.css",
  18. "version": "6.0.0",
  19. "_release": "6.0.0",
  20. "_resolution": {
  21. "type": "version",
  22. "tag": "6.0.0",
  23. "commit": "9fabe4c4b7c213750889e75d81c7e531fad95d89"
  24. },
  25. "_source": "https://github.com/necolas/normalize.css.git",
  26. "_target": "*",
  27. "_originalSource": "normalize-css"
  28. }