nzbhydra2/core/package.json
2020-09-12 09:48:57 +02:00

91 lines
2.5 KiB
JSON

{
"name": "nzbhydra2",
"version": "1.0.0",
"description": "Meta search for usenet indexers",
"main": "gulpfile.js",
"dependencies": {
"add-stream": "^1.0.0",
"bower": "^1.8.2",
"grunt-bower-concat": "^0.5.0",
"grunt": "^0.4.5",
"grunt-bowercopy": "^1.2.3",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-filerev": "^2.3.1",
"grunt-filerev-replace": "^0.1.4",
"grunt-injector": "^0.6.0",
"grunt-ng-annotate": "^1.0.1",
"grunt-jsx": "^0.1.8",
"grunt-shell": "^1.1.2",
"grunt-usemin": "^3.1.1",
"grunt-react": "^0.10.0",
"gulp": "^3.9.0",
"grunt-userev": "^0.0.6",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.3.1",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat-css": "^2.3.0",
"gulp-concat": "^2.6.0",
"gulp-copy": "^0.0.2",
"gulp-flatten": "^0.2.0",
"gulp-git": "^1.6.0",
"gulp-inject": "^3.0.0",
"gulp-less": "^3.3.2",
"gulp-install": "^0.6.0",
"gulp-jsbeautifier": "^2.1.1",
"gulp-less-sourcemap": "^1.4.3",
"gulp-livereload": "^3.8.1",
"gulp-newer": "^0.5.1",
"gulp-load-plugins": "^1.0.0",
"gulp-merge": "^0.1.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rev-all": "^0.8.22",
"gulp-sequence": "^0.4.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-sort": "^2.0.0",
"gulp-rev-collector": "^1.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglifyjs": "^0.6.2",
"gulp-uglify": "^1.5.4",
"gulp-watch": "^4.3.5",
"main-bower-files": "^2.9.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.4",
"wiredep": "^2.2.2",
"wiredep-cli": "^0.1.0"
},
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theotherp/nzbhydra2.git"
},
"resolutions": {
"graceful-fs": "^4.2.4"
},
"keywords": [
"usenet",
"newznab",
"indexer",
"metasearch"
],
"author": "TheOtherP",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/theotherp/nzbhydra2/issues"
},
"homepage": "https://github.com/theotherp/nzbhydra2#readme"
}