.bower.json 642 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "modernizr",
  3. "version": "2.8.3",
  4. "description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user's browser.",
  5. "homepage": "http://modernizr.com/",
  6. "keywords": [
  7. "html5",
  8. "css3",
  9. "browser",
  10. "feature detection"
  11. ],
  12. "author": "Modernizr <http://modernizr.com>",
  13. "main": [
  14. "modernizr.js"
  15. ],
  16. "_release": "2.8.3",
  17. "_resolution": {
  18. "type": "version",
  19. "tag": "2.8.3",
  20. "commit": "4115686a0f488b370b169e5a702d5028e7650bd3"
  21. },
  22. "_source": "git://github.com/components/modernizr.git",
  23. "_target": "~2.8.3",
  24. "_originalSource": "components-modernizr"
  25. }