1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-25 11:13:52 +02:00

chore: remove bower.json (#4238)

Supporting bower is a lot of extra work and there's no insight or
information into its usage.

Closes #4012
This commit is contained in:
Gary Katsevman 2017-03-29 17:38:41 -04:00 committed by GitHub
parent dc37cb24f2
commit 0d19a05972

View File

@ -1,24 +0,0 @@
{
"name": "video.js",
"description": "An HTML5 and Flash video player with a common API and skin for both.",
"main": [
"dist/video.js",
"dist/video-js.css"
],
"moduleType": "es6",
"keywords": [
"videojs",
"html5",
"flash",
"video",
"player"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"build"
]
}