package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "jplayer",
  3. "version": "2.9.2",
  4. "description": "The jQuery HTML5 Audio / Video Library. Allows you to create a media player with a consistent interface and experience across all browsers.",
  5. "organization": "Happyworm Ltd",
  6. "author": {
  7. "name": "Mark J Panaghiston",
  8. "email": "markp@happyworm.com",
  9. "url": "http://happyworm.com/"
  10. },
  11. "homepage": "http://jplayer.org/",
  12. "keywords": [
  13. "jquery-plugin",
  14. "audio",
  15. "video",
  16. "media",
  17. "player",
  18. "jplayer"
  19. ],
  20. "license": "MIT",
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/happyworm/jPlayer.git"
  24. },
  25. "bugs": "https://github.com/happyworm/jPlayer/issues",
  26. "github": "http://github.com/happyworm/jPlayer",
  27. "main": "dist/jplayer/jquery.jplayer.js",
  28. "files": [
  29. "dist"
  30. ],
  31. "dependencies": {
  32. "jquery": ">1.7.0"
  33. },
  34. "devDependencies": {
  35. "flex-sdk": "~4.6.0-0",
  36. "grunt": "~0.4.5",
  37. "grunt-contrib-concat": "~0.5.0",
  38. "grunt-contrib-copy": "^0.7.0",
  39. "grunt-contrib-cssmin": "^0.10.0",
  40. "grunt-contrib-jshint": "~0.10.0",
  41. "grunt-contrib-sass": "^0.8.1",
  42. "grunt-contrib-uglify": "~0.6.0",
  43. "grunt-mxmlc": "~0.5.2"
  44. }
  45. }