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.

50 lines
1.2 KiB

10 years ago
  1. {
  2. "name": "videojs-contrib-hls",
  3. "version": "0.13.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. "prepublish": "grunt"
  15. },
  16. "keywords": [
  17. "videojs",
  18. "videojs-plugin"
  19. ],
  20. "devDependencies": {
  21. "grunt": "~0.4.1",
  22. "grunt-concurrent": "0.4.3",
  23. "grunt-contrib-clean": "~0.4.0",
  24. "grunt-contrib-concat": "~0.3.0",
  25. "grunt-contrib-connect": "~0.6.0",
  26. "grunt-contrib-jshint": "~0.6.0",
  27. "grunt-contrib-uglify": "~0.2.0",
  28. "grunt-contrib-watch": "~0.4.0",
  29. "grunt-karma": "~0.6.2",
  30. "grunt-open": "0.2.3",
  31. "grunt-shell": "0.6.1",
  32. "karma": "~0.10.0",
  33. "karma-chrome-launcher": "~0.1.2",
  34. "karma-firefox-launcher": "~0.1.3",
  35. "karma-ie-launcher": "~0.1.1",
  36. "karma-opera-launcher": "~0.1.0",
  37. "karma-phantomjs-launcher": "^0.1.4",
  38. "karma-qunit": "~0.1.1",
  39. "karma-safari-launcher": "~0.1.1",
  40. "karma-sauce-launcher": "~0.1.8",
  41. "qunitjs": "^1.15.0",
  42. "sinon": "1.10.2",
  43. "video.js": "^4.12.0"
  44. },
  45. "dependencies": {
  46. "pkcs7": "^0.2.2",
  47. "videojs-contrib-media-sources": "^0.3.0",
  48. "videojs-swf": "^4.6.0"
  49. }
  50. }