bower.json 370 B

1234567891011121314151617
  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. }