{
  "name": "merge-vtt",
  "version": "1.0.4",
  "description": "A simple tool to merge multiple WebVTT (.vtt) files into a single file.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axiom/merge-vtt.git"
  },
  "keywords": [
    "webvtt",
    "subtitle",
    "merge",
    "video",
    "transcription"
  ],
  "author": "Abdul Basit, Muhammad Roushan, Shaheryar Rafique",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/axiom/merge-vtt/issues"
  },
  "homepage": "https://merge-vtt.axiomkit.com",
  "files": [
    "index.js"
  ]
}
