├── .gitignore ├── LICENSE ├── README.md ├── bower.json ├── example.html ├── package.json ├── videojs.endcard.css ├── videojs.endcard.js └── videojs.endcard.less /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theonion/videojs-endcard/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theonion/videojs-endcard/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theonion/videojs-endcard/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theonion/videojs-endcard/HEAD/bower.json -------------------------------------------------------------------------------- /example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theonion/videojs-endcard/HEAD/example.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theonion/videojs-endcard/HEAD/package.json -------------------------------------------------------------------------------- /videojs.endcard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theonion/videojs-endcard/HEAD/videojs.endcard.css -------------------------------------------------------------------------------- /videojs.endcard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theonion/videojs-endcard/HEAD/videojs.endcard.js -------------------------------------------------------------------------------- /videojs.endcard.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theonion/videojs-endcard/HEAD/videojs.endcard.less --------------------------------------------------------------------------------