27 lines
475 B
JSON
27 lines
475 B
JSON
{
|
|
"name": "mediaelement",
|
|
"homepage": "https://github.com/mediaelement/mediaelement",
|
|
"description": "HTML5 <video> and <audio> made easy.",
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"html5",
|
|
"video",
|
|
"audio",
|
|
"shim"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**",
|
|
"!/build/**",
|
|
"!/bower.json",
|
|
"!/README*",
|
|
"!/changelog*"
|
|
],
|
|
"main": [
|
|
"./build/mediaelement-and-player.js",
|
|
"./build/mediaelementplayer.css"
|
|
]
|
|
}
|