123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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"
- ],
- "version": "2.20.1",
- "_release": "2.20.1",
- "_resolution": {
- "type": "version",
- "tag": "2.20.1",
- "commit": "8d4c5ece59d93f9526f9affecb2eda982ba2e3ad"
- },
- "_source": "git://github.com/johndyer/mediaelement.git",
- "_target": "2.*",
- "_originalSource": "mediaelement"
- }
|