You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
468 B
26 lines
468 B
{
|
|
"name": "mediaelement",
|
|
"homepage": "https://github.com/herby/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"
|
|
]
|
|
}
|
|
|