package.json 754 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "Respond.js",
  3. "description": "min/max-width media query polyfill",
  4. "version": "1.4.2",
  5. "homepage": "https://github.com/scottjehl/Respond",
  6. "author": {
  7. "name": "Scott Jehl",
  8. "email": "scott@filamentgroup.com",
  9. "url": "http://filamentgroup.com"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/scottjehl/Respond.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/scottjehl/Respond/issues"
  17. },
  18. "licenses": [
  19. {
  20. "type": "MIT",
  21. "url": "https://github.com/scottjehl/Respond/blob/master/LICENSE-MIT"
  22. }
  23. ],
  24. "devDependencies": {
  25. "grunt-cli":"~0.1",
  26. "grunt": "~0.4.0",
  27. "grunt-contrib-jshint": "~0.2.0",
  28. "grunt-contrib-qunit": "~0.3.0",
  29. "grunt-contrib-uglify": "0.2.7"
  30. }
  31. }