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.

35 lines
877 B

12 years ago
  1. {
  2. "name": "videojs-contrib-hls",
  3. "version": "0.3.2",
  4. "engines": {
  5. "node": ">= 0.10.12"
  6. },
  7. "repository": {
  8. "type": "git",
  9. "url": "git@github.com:videojs/videojs-contrib-hls.git"
  10. },
  11. "license": "Apache 2",
  12. "scripts": {
  13. "test": "grunt"
  14. },
  15. "devDependencies": {
  16. "grunt-contrib-jshint": "~0.6.0",
  17. "grunt-contrib-qunit": "~0.2.0",
  18. "grunt-contrib-concat": "~0.3.0",
  19. "grunt-contrib-uglify": "~0.2.0",
  20. "grunt-contrib-watch": "~0.4.0",
  21. "grunt-contrib-clean": "~0.4.0",
  22. "grunt-contrib-connect": "~0.6.0",
  23. "grunt-concurrent": "0.4.3",
  24. "grunt-open": "0.2.3",
  25. "grunt-shell": "0.6.1",
  26. "grunt": "~0.4.1",
  27. "video.js": "^4.5"
  28. },
  29. "peerDependencies": {
  30. "video.js": "^4.5"
  31. },
  32. "dependencies": {
  33. "videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git"
  34. }
  35. }