{
  "name": "deep-titler",
  "version": "0.2.1",
  "description": "Tool that searches for subtitles for all video files recursively.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "bin": {
    "deep-titler": "./bin/deep-titler.bin.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bitkompagniet/deep-titler.git"
  },
  "bugs": {
    "url": "https://github.com/bitkompagniet/deep-titler/issues"
  },
  "keywords": [
    "subtitles",
    "video",
    "command line",
    "recursive"
  ],
  "author": "Kristian Videmark Parkov <parkov@bitkompagniet.dk>",
  "license": "ISC",
  "dependencies": {
    "bluebird": "^2.10.0",
    "chalk": "^1.1.1",
    "courtship": "^0.1.1",
    "housecall": "^0.2.0",
    "minimist": "^1.2.0",
    "subtitler": "^2.4.0",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
  }
}
