package.json 758 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "videojs-ie8",
  3. "version": "1.1.2",
  4. "description": "Files necessary for IE8 support in Video.js",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://github.com/videojs/ie8.git"
  8. },
  9. "keywords": [
  10. "videojs",
  11. "ie8"
  12. ],
  13. "author": "heff",
  14. "license": "Apache 2.0",
  15. "bugs": {
  16. "url": "https://github.com/videojs/ie8/issues"
  17. },
  18. "homepage": "https://github.com/videojs/ie8#readme",
  19. "dependencies": {
  20. "es5-shim": "^4.5.1"
  21. },
  22. "devDependencies": {
  23. "babel": "^5.4.7",
  24. "grunt": "^0.4.5",
  25. "grunt-contrib-clean": "^0.6.0",
  26. "grunt-contrib-concat": "^0.5.1",
  27. "grunt-contrib-copy": "^0.8.0",
  28. "grunt-contrib-uglify": "^0.9.1",
  29. "load-grunt-tasks": "^3.2.0",
  30. "time-grunt": "^1.2.1"
  31. }
  32. }