{
  "name": "stremio-local-files",
  "version": "1.7.3",
  "description": "Local stremio addon to scan local video files and provide them to Stremio ",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*",
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Ivshti/stremio-local-files.git"
  },
  "keywords": [
    "stremio",
    "video",
    "files"
  ],
  "author": "Ivo Georgiev <ivo@linvo.com> (http://ivogeorgiev.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Ivshti/stremio-local-files/issues"
  },
  "homepage": "https://github.com/Ivshti/stremio-local-files",
  "dependencies": {
    "async": "^1.5.2",
    "byline": "^4.2.1",
    "name-to-imdb": "^1.4.1",
    "parse-torrent-file": "4.0.x",
    "stremio-addons": "^2.5.1",
    "video-name-parser": "^1.0.1",
    "walk": "^2.3.9"
  }
}
