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.

42 lines
1.1 KiB

11 years ago
  1. {
  2. "name": "videojs-contrib-hls",
  3. "version": "0.8.1",
  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"
  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-uglify": "~0.2.0",
  23. "grunt-contrib-watch": "~0.4.0",
  24. "grunt-karma": "~0.6.2",
  25. "grunt-open": "0.2.3",
  26. "grunt-shell": "0.6.1",
  27. "karma": "~0.10.0",
  28. "karma-chrome-launcher": "~0.1.2",
  29. "karma-firefox-launcher": "~0.1.3",
  30. "karma-ie-launcher": "~0.1.1",
  31. "karma-opera-launcher": "~0.1.0",
  32. "karma-phantomjs-launcher": "~0.1.1",
  33. "karma-qunit": "~0.1.1",
  34. "karma-safari-launcher": "~0.1.1",
  35. "karma-sauce-launcher": "~0.1.8",
  36. "sinon": "^1.9.1",
  37. "video.js": "git+https://github.com/dmlap/video-js.git#0.6.1-alpha"
  38. },
  39. "dependencies": {
  40. "videojs-contrib-media-sources": "^0.3.0"
  41. }
  42. }