You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
543 B

  1. {
  2. "name": "videojs-contrib-hls",
  3. "version": "0.1.0",
  4. "engines": {
  5. "node": ">= 0.8.0"
  6. },
  7. "license": "Apache 2",
  8. "scripts": {
  9. "test": "grunt qunit"
  10. },
  11. "devDependencies": {
  12. "grunt-contrib-jshint": "~0.6.0",
  13. "grunt-contrib-qunit": "~0.2.0",
  14. "grunt-contrib-concat": "~0.3.0",
  15. "grunt-contrib-uglify": "~0.2.0",
  16. "grunt-contrib-watch": "~0.4.0",
  17. "grunt-contrib-clean": "~0.4.0",
  18. "grunt": "~0.4.1"
  19. },
  20. "dependencies": {
  21. "video.js": "~4.2.2",
  22. "videojs-contrib-media-sources": "0.0.0"
  23. }
  24. }