mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 11:17:18 +00:00
92 lines
2.5 KiB
JSON
92 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": "^0.4.5",
|
|
"grunt-bower-concat": "^0.5.0",
|
|
"grunt-bower-task": "^0.4.0",
|
|
"grunt-bowercopy": "^1.2.3",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
"grunt-contrib-copy": "^0.7.0",
|
|
"grunt-contrib-cssmin": "^0.12.3",
|
|
"grunt-contrib-less": "^1.0.1",
|
|
"grunt-contrib-uglify": "^0.9.2",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-filerev": "^2.3.1",
|
|
"grunt-filerev-replace": "^0.1.4",
|
|
"grunt-injector": "^0.6.0",
|
|
"grunt-jsx": "^0.1.8",
|
|
"grunt-ng-annotate": "^1.0.1",
|
|
"grunt-react": "^0.10.0",
|
|
"grunt-shell": "^1.1.2",
|
|
"grunt-usemin": "^3.1.1",
|
|
"grunt-userev": "^0.0.6",
|
|
"gulp": "^3.9.0",
|
|
"gulp-angular-filesort": "^1.1.1",
|
|
"gulp-angular-templatecache": "^2.0.0",
|
|
"gulp-cached": "^1.1.1",
|
|
"gulp-changed": "^1.3.0",
|
|
"gulp-clean": "^0.3.1",
|
|
"gulp-clean-css": "^3.9.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-concat-css": "^2.3.0",
|
|
"gulp-copy": "^0.0.2",
|
|
"gulp-flatten": "^0.2.0",
|
|
"gulp-git": "^1.6.0",
|
|
"gulp-htmlmin": "^5.0.1",
|
|
"gulp-inject": "^3.0.0",
|
|
"gulp-install": "^0.6.0",
|
|
"gulp-jsbeautifier": "^2.1.1",
|
|
"gulp-less": "^3.3.2",
|
|
"gulp-less-sourcemap": "^1.4.3",
|
|
"gulp-livereload": "^3.8.1",
|
|
"gulp-load-plugins": "^1.0.0",
|
|
"gulp-merge": "^0.1.1",
|
|
"gulp-newer": "^0.5.1",
|
|
"gulp-ng-annotate": "^1.1.0",
|
|
"gulp-print": "^2.0.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-rev": "^6.0.1",
|
|
"gulp-rev-all": "^0.8.22",
|
|
"gulp-rev-collector": "^1.0.2",
|
|
"gulp-sequence": "^0.4.1",
|
|
"gulp-sort": "^2.0.0",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-uglify": "^1.5.4",
|
|
"gulp-uglifyjs": "^0.6.2",
|
|
"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"
|
|
},
|
|
"overrides": {
|
|
"graceful-fs": "^4.2.11"
|
|
},
|
|
"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"
|
|
}
|