{
  "preferGlobal": true,
  "main": "index",
  "name": "mediatidy",
  "description": "A simple CLI tool to keep your media nice and tidy!",
  "version": "0.5.0",
  "author": "Daniel Bohannon <tkdan235@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git@github.com:tkdan235/mediatidy.git"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "directories": {
    "bin": "bin",
    "lib": "lib"
  },
  "keywords": [
    "cli",
    "tidy",
    "organize",
    "tv shows",
    "movies"
  ],
  "dependencies": {
    "async": "^1.5.0",
    "coffee-script": "^1.10.0",
    "colors": "^1.1.2",
    "commander": "git://github.com/zhiyelee/commander.js.git#buginfo",
    "fs-extra": "^0.26.2",
    "lodash": "^3.10.1",
    "node-dir": "^0.1.11",
    "node-ffprobe": "^1.2.2",
    "pretty-bytes": "^2.0.1",
    "progress": "^1.1.8",
    "prompt": "^0.2.14",
    "sqlite3": "^3.1.1"
  },
  "coffeelintConfig": {
    "max_line_length": {
      "name": "max_line_length",
      "value": 120,
      "level": "error",
      "limitComments": true
    }
  }
}
