{
  "name": "subtlefixer",
  "version": "1.1.1",
  "description": "Will adjust SRT files with the specified offset",
  "main": "index.js",
  "bin": {
    "subtlefixer": "./index.js"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rejetto/subtlefixer/"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "subtitle",
    "adjuster"
  ],
  "author": "Massimo Melina <a@rejetto.com>",
  "license": "MIT",
  "dependencies": {
    "glob": "^7.1.7",
    "minimist": "^1.2.5"
  }
}
