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.

46 lines
1.2 KiB

11 years ago
  1. {
  2. "name": "videojs-contrib-hls",
  3. "version": "0.4.0",
  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 test-local"
  14. },
  15. "devDependencies": {
  16. "grunt": "~0.4.1",
  17. "grunt-concurrent": "0.4.3",
  18. "grunt-contrib-clean": "~0.4.0",
  19. "grunt-contrib-concat": "~0.3.0",
  20. "grunt-contrib-connect": "~0.6.0",
  21. "grunt-contrib-jshint": "~0.6.0",
  22. "grunt-contrib-qunit": "~0.2.0",
  23. "grunt-contrib-uglify": "~0.2.0",
  24. "grunt-contrib-watch": "~0.4.0",
  25. "grunt-karma": "~0.6.2",
  26. "grunt-open": "0.2.3",
  27. "grunt-shell": "0.6.1",
  28. "karma": "~0.10.0",
  29. "karma-chrome-launcher": "~0.1.2",
  30. "karma-firefox-launcher": "~0.1.3",
  31. "karma-ie-launcher": "~0.1.1",
  32. "karma-opera-launcher": "~0.1.0",
  33. "karma-phantomjs-launcher": "~0.1.1",
  34. "karma-qunit": "~0.1.1",
  35. "karma-safari-launcher": "~0.1.1",
  36. "karma-sauce-launcher": "~0.1.8",
  37. "sinon": "^1.9.1",
  38. "video.js": "^4.5"
  39. },
  40. "peerDependencies": {
  41. "video.js": "^4.5"
  42. },
  43. "dependencies": {
  44. "videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git"
  45. }
  46. }