thorio/KGrabber

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
    "name": "kgrabber",
    "version": "3.3.2",
    "description": "Userscript for extracting links from kissanime.ru and similar sites",
    "main": "src/js/main.js",
    "dependencies": {
        "http-status-codes": "^1.4.0",
        "semver": "^7.3.2"
    },
    "devDependencies": {
        "browser-pack": "^6.1.0",
        "browserify": "^16.5.1",
        "del": "^5.1.0",
        "eslint": "^7.6.0",
        "gulp": "^4.0.2",
        "gulp-concat": "^2.6.1",
        "gulp-header": "^2.0.9",
        "gulp-less": "^4.0.1",
        "gulp-strip-comments": "^2.5.2",
        "gulp-typescript": "^6.0.0-alpha.1",
        "map-stream": "0.0.7",
        "merge-stream": "^2.0.0",
        "strictify": "^0.2.0",
        "typescript": "^3.9.7",
        "vinyl-source-stream": "^2.0.0"
    },
    "scripts": {
        "build": "npx gulp build",
        "test": "npx eslint src/**/*.js",
        "clean": "npx gulp clean",
        "watch": "npx gulp watch"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/thorio/KGrabber.git"
    },
    "author": "Thorou",
    "license": "GPL-3.0",
    "bugs": {
        "url": "https://github.com/thorio/KGrabber/issues"
    },
    "homepage": "https://greasyfork.org/en/scripts/383649"
}