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.

31 lines
972 B

12 years ago
  1. {
  2. "name": "videojs-contrib-hls",
  3. "version": "0.3.1",
  4. "engines": {
  5. "node": ">= 0.8.0"
  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. "postinstall": "echo 'fire post install' && cd node_modules/video.js/ && npm install && grunt"
  15. },
  16. "devDependencies": {
  17. "grunt-contrib-jshint": "~0.6.0",
  18. "grunt-contrib-qunit": "~0.2.0",
  19. "grunt-contrib-concat": "~0.3.0",
  20. "grunt-contrib-uglify": "~0.2.0",
  21. "grunt-contrib-watch": "~0.4.0",
  22. "grunt-contrib-clean": "~0.4.0",
  23. "grunt-contrib-connect": "~0.6.0",
  24. "grunt": "~0.4.1"
  25. },
  26. "dependencies": {
  27. "video.js": "git+https://github.com/videojs/video.js.git",
  28. "videojs-swf": "git+https://github.com/seniorflexdeveloper/video-js-swf.git",
  29. "videojs-contrib-media-sources": "git+https://github.com/dmlap/videojs-contrib-media-sources.git#hotfix/misc-fixes"
  30. }
  31. }