1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00
video.js/bower.json

29 lines
556 B
JSON
Raw Normal View History

2014-02-19 00:27:02 +03:00
{
"name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.",
2015-07-23 19:37:30 +02:00
"version": "4.12.12",
2014-02-19 00:27:02 +03:00
"main": [
"dist/video-js/video.js",
"dist/video-js/video-js.css",
"dist/video-js/font/vjs.eot",
"dist/video-js/font/vjs.svg",
"dist/video-js/font/vjs.ttf",
"dist/video-js/font/vjs.woff"
2014-02-19 00:27:02 +03:00
],
"keywords": [
"videojs",
"html5",
"flash",
"video",
"player"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"build"
]
}