{ "name": "vtt.js", "description": "A JavaScript implementation of the WebVTT specification.", "version": "0.12.1", "homepage": "https://github.com/mozilla/vtt.js", "authors": [ "Andreas Gal ", "Rick Eyre ", "David Humphrey ", "Jeffrey Espiritu ", "Alex Kotliar ", "Ali Al Dallal ", "Edwin Lim ", "Michael Afidchao ", "Shayan Ahmad ", "Jordan Raffoul ", "Vince Lee ", "Kyle Barnhart ", "Mandeep Garg ", "Dale Karp ", "Marcus Saad ", "Cyril Concolato " ], "license": "Apache-2.0", "main": "dist/vtt.js", "keywords": [ "vtt", "webvtt", "text", "track", "polyfill", "library", "caption", "subtitle" ], "ignore": [ "**/.*", "node_modules", "tests", "utils", "bin", "AUTHORS", "README.md", "**/index.js", "Gruntfile.js" ] }