{
  "name": "stremio-addon-linter",
  "version": "1.7.0",
  "description": "Checks the validity of Stremio add-ons (protocol v3)",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Stremio/stremio-addon-linter.git"
  },
  "keywords": [
    "stremio",
    "addon",
    "lint",
    "linter",
    "addons",
    "video"
  ],
  "author": "Smart Code OOD",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Stremio/stremio-addon-linter/issues"
  },
  "homepage": "https://github.com/Stremio/stremio-addon-linter#readme",
  "dependencies": {
    "semver": "^5.5.0"
  },
  "devDependencies": {
    "tape": "^4.9.2"
  }
}
