1234567891011121314151617181920212223242526 |
- {
- "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"
- ]
- }
|