package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "videojs-swf",
  3. "description": "The Flash-fallback video player for video.js (http://videojs.com)",
  4. "version": "5.4.2",
  5. "copyright": "Copyright 2014 Brightcove, Inc. https://github.com/videojs/video-js-swf/blob/master/LICENSE",
  6. "keywords": [
  7. "flash",
  8. "video",
  9. "player"
  10. ],
  11. "homepage": "http://videojs.com",
  12. "author": "Brightcove",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/videojs/video-js-swf.git"
  16. },
  17. "devDependencies": {
  18. "async": "~0.2.9",
  19. "chg": "^0.3.2",
  20. "flex-sdk": "4.6.0-0",
  21. "grunt": "~0.4.0",
  22. "grunt-bumpup": "~0.5.0",
  23. "grunt-cli": "~0.1.0",
  24. "grunt-connect": "~0.2.0",
  25. "grunt-contrib-jshint": "~0.4.3",
  26. "grunt-contrib-qunit": "~0.2.1",
  27. "grunt-contrib-watch": "~0.1.4",
  28. "grunt-npm": "~0.0.2",
  29. "grunt-prompt": "~0.1.2",
  30. "grunt-shell": "~0.6.1",
  31. "grunt-tagrelease": "~0.3.1",
  32. "qunitjs": "~1.12.0",
  33. "video.js": "^5.9.2"
  34. },
  35. "scripts": {
  36. "version": "chg release -y && grunt dist && git add -f dist/ && git add CHANGELOG.md"
  37. }
  38. }