bower.json 434 B

1234567891011121314151617181920
  1. {
  2. "name": "librevideojs",
  3. "authors": [
  4. "Jesús Eduardo <heckyel@hyperbola.info>"
  5. ],
  6. "description": "Un reproductor de vídeo HTML5 y con un tema en material desing.",
  7. "version": "2.1.0",
  8. "main": [
  9. "./js/cliplibrejs.developer.js",
  10. "./js/cliplibre-js.dev.css"
  11. ],
  12. "keywords": [
  13. "html5",
  14. "video",
  15. "player"
  16. ],
  17. "license": "GPL3",
  18. "homepage": "https://git.tuxfamily.org/lablibre/security.git"
  19. }