Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

COPYING.txt

Blame
  • This project is licensed under the GNU General Public License v3.0 only. Learn more
    package.json 2.49 KiB
    {
      "name": "sickrage",
      "version": "4.0.72",
      "private": true,
      "repository": {
        "type": "git",
        "url": "git+https://github.com/SickRage/SickRage.git"
      },
      "bugs": {
        "url": "https://github.com/SickRage/SickRage/issues"
      },
      "homepage": "https://github.com/SickRage/SickRage#readme",
      "scripts": {
        "test": "xo --verbose && ava --verbose",
        "security": "snyk test"
      },
      "dependencies": {},
      "devDependencies": {
        "ava": "^0.24.0",
        "browser-env": "^3.1.0",
        "grunt": "^1.0.1",
        "grunt-bower-concat": "^1.0.0",
        "grunt-bower-task": "^0.5.0",
        "grunt-cli": "^1.2.0",
        "grunt-contrib-clean": "^1.1.0",
        "grunt-contrib-copy": "^1.0.0",
        "grunt-contrib-cssmin": "^2.0.0",
        "grunt-contrib-jshint": "^1.1.0",
        "grunt-contrib-sass": "^1.0.0",
        "grunt-contrib-uglify": "^3.3.0",
        "grunt-contrib-uglify-es": "^3.3.0",
        "grunt-contrib-watch": "^1.0.0",
        "grunt-exec": "^3.0.0",
        "grunt-po2json": "git+https://github.com/rockykitamura/grunt-po2json.git",
        "jquery": "^3.2.1",
        "load-grunt-tasks": "^3.5.2",
        "npm-check-updates": "^2.10.5",
        "snyk": "^1.28.1",
        "xo": "^0.18.2"
      },
      "ava": {
        "require": [
          "./tests/js/helpers/setup-browser-env.js"
        ],
        "files": [
          "tests/js/**/*.js"
        ],
        "source": [
          "gui/slick/js/**/*.{js,jsx}",
          "!dist/**/*",
          "!lib/**/*",
          "!**/*.min.js"
        ]
      },
      "xo": {
        "space": 4,
        "rules": {
          "space-before-function-paren": [
            "error",
            "never"
          ],
          "unicorn/no-new-buffer": "off",
          "unicorn/filename-case": "off",
          "unicorn/custom-error-definition": "off",
          "unicorn/no-array-instanceof": "off",
          "unicorn/catch-error-name": "off",
          "unicorn/no-process-exit": "off",
          "unicorn/throw-new-error": "off",
          "unicorn/number-literal-case": "off",
          "unicorn/prefer-starts-ends-with": "off",
          "unicorn/prefer-type-error": "off",
          "unicorn/explicit-length-check": "off",
          "unicorn/no-abusive-eslint-disable": "off",
          "prefer-arrow-callback": "off",
          "object-shorthand": [
            "error",
            "never"
          ]
        },
        "esnext": false,
        "envs": [
          "browser"
        ],
        "globals": [
          "_",
          "srRoot",
          "jQuery",
          "$",
          "metaToBool",
          "getMeta",
          "PNotify",
          "themeSpinner",
          "anonURL",
          "Gettext",
          "gt",
          "_n"
        ],
        "ignores": [
          "core.min.js",
          "vender.min.js",
          "lib/**/*",
          "Gruntfile.js"
        ]
      }
    }