{
    "name": "vidstreaming-scrapper",
    "version": "0.4.10",
    "description": "A scrapper for Vidstreaming",
    "author": "OpenByte <development.openbyte@gmail.com>",
    "main": "dist/index.js",
    "types": "types/index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/OpenByteDev/SourceScrapper.git"
    },
    "dependencies": {
        "flatmap": "0.0.3",
        "jsonic": "^0.3.0",
        "newline-remove": "^1.0.2",
        "regexp.execall": "^1.0.2",
        "sourcescrapper-core": "^0.7.1",
        "sourcescrapper-html-runner": "^0.3.10"
    },
    "devDependencies": {
        "@types/chai": "^4.1.4",
        "@types/jsonic": "^0.3.0",
        "@types/mocha": "^5.2.5",
        "@types/newline-remove": "^1.0.0",
        "@types/node": "^10.7.1",
        "chai": "^4.1.2",
        "mocha": "^5.2.0",
        "npm-run-all": "^4.1.3",
        "ts-node": "^7.0.1",
        "tslint": "^5.11.0",
        "tslint-eslint-rules": "^5.4.0",
        "typedoc": "^0.12.0",
        "typescript": "^3.0.1"
    },
    "scripts": {
        "ci-test": "npm-run-all lint build test",
        "test": "mocha test/*.spec.ts",
        "lint": "tslint -p .",
        "lint-fix": "tslint -p . --fix",
        "build": "tsc",
        "gen-doc": "typedoc --out ./docs ./lib/ --ignoreCompilerErrors --target ES6 --name \"Vidstreaming Scrapper\" --excludePrivate --module commonjs --mode file --externalPattern node_modules --excludeExternals"
    },
    "keywords": [
        "sourcescrapper",
        "source",
        "scrapper",
        "extractor",
        "vidstreaming",
        "vidstreaming.io"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/OpenByteDev/SourceScrapper/issues"
    },
    "homepage": "https://github.com/OpenByteDev/SourceScrapper#readme",
    "gitHead": "c275a2229203c1595e74b64471327600b226139d"
}
