зеркало из https://github.com/mozilla/popcorn-js.git
47 строки
2.1 KiB
Plaintext
47 строки
2.1 KiB
Plaintext
{
|
|
"core": {
|
|
"core": "test/core.html"
|
|
},
|
|
"modules": {
|
|
"ie8": "ie8/popcorn.ie8.unit.html",
|
|
"locale": "modules/locale/popcorn.locale.unit.html",
|
|
"parser": "modules/parser/popcorn.parser.unit.html",
|
|
"player": "modules/player/popcorn.player.unit.html",
|
|
"timeline-sources": "modules/timeline-sources/popcorn.timeline-sources.unit.html"
|
|
},
|
|
"parsers": {
|
|
"parserJSON": "parsers/parserJSON/popcorn.parserJSON.unit.html",
|
|
"parserSBV": "parsers/parserSBV/popcorn.parserSBV.unit.html",
|
|
"parserSRT": "parsers/parserSRT/popcorn.parserSRT.unit.html",
|
|
"parserSSA": "parsers/parserSSA/popcorn.parserSSA.unit.html",
|
|
"parserTTML": "parsers/parserTTML/popcorn.parserTTML.unit.html",
|
|
"parserTTXT": "parsers/parserTTXT/popcorn.parserTTXT.unit.html",
|
|
"parserVTT": "parsers/parserVTT/popcorn.parserVTT.unit.html",
|
|
"parserXML": "parsers/parserXML/popcorn.parserXML.unit.html"
|
|
},
|
|
"players": {
|
|
"soundcloud": "players/soundcloud/popcorn.soundcloud.unit.html",
|
|
"vimeo": "players/vimeo/popcorn.vimeo.unit.html",
|
|
"youtube": "players/youtube/popcorn.youtube.unit.html"
|
|
},
|
|
"plugins": {
|
|
"code": "plugins/code/popcorn.code.unit.html",
|
|
"documentcloud": "plugins/documentcloud/popcorn.documentcloud.unit.html",
|
|
"flickr": "plugins/flickr/popcorn.flickr.unit.html",
|
|
"footnote": "plugins/footnote/popcorn.footnote.unit.html",
|
|
"googlefeed": "plugins/googlefeed/popcorn.googlefeed.unit.html",
|
|
"googlemap": "plugins/googlemap/popcorn.googlemap.unit.html",
|
|
"image": "plugins/image/popcorn.image.unit.html",
|
|
"mustache": "plugins/mustache/popcorn.mustache.unit.html",
|
|
"openmap": "plugins/openmap/popcorn.openmap.unit.html",
|
|
"pause": "plugins/pause/popcorn.pause.unit.html",
|
|
"subtitle": "plugins/subtitle/popcorn.subtitle.unit.html",
|
|
"text": "plugins/text/popcorn.text.unit.html",
|
|
"timeline": "plugins/timeline/popcorn.timeline.unit.html",
|
|
"twitter": "plugins/twitter/popcorn.twitter.unit.html",
|
|
"webpage": "plugins/webpage/popcorn.webpage.unit.html",
|
|
"wikipedia": "plugins/wikipedia/popcorn.wikipedia.unit.html",
|
|
"wordriver": "plugins/wordriver/popcorn.wordriver.unit.html"
|
|
}
|
|
}
|