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.

25 lines
680 B

12 years ago
  1. {
  2. "name": "videojs-contrib-hls",
  3. "version": "0.2.0",
  4. "engines": {
  5. "node": ">= 0.8.0"
  6. },
  7. "license": "Apache 2",
  8. "scripts": {
  9. "test": "grunt"
  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": "git+https://github.com/dmlap/video-js.git#v4.3.0-10",
  22. "videojs-contrib-media-sources": "git+https://github.com/dmlap/videojs-contrib-media-sources.git#hotfix/misc-fixes",
  23. "sinon": "~1.9.0"
  24. }
  25. }