mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-02-10 04:46:00 +01:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-chrome-launcher/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: karma-chrome-launcher dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"name": "nextcloud-news",
|
|
"description": "An RSS/Atom feed reader",
|
|
"main": "build/app.min.js",
|
|
"scripts": {
|
|
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
|
|
"prebuild": "npm ci",
|
|
"build": "node node_modules/gulp-cli/bin/gulp.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nextcloud/news"
|
|
},
|
|
"keywords": [
|
|
"rss",
|
|
"atom",
|
|
"feed",
|
|
"reader",
|
|
"nextcloud",
|
|
"app"
|
|
],
|
|
"author": "Benjamin Brahmer",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/nextcloud/news/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"resolutions": {
|
|
"natives": "1.1.3"
|
|
},
|
|
"private": true,
|
|
"homepage": "https://github.com/nextcloud/news",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-cli": "^2.3.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-jshint": "^2.1.0",
|
|
"gulp-ng-annotate": "^2.1.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-terser": "^2.1.0",
|
|
"jasmine-core": "^4.6.0",
|
|
"jquery": "^3.6.4",
|
|
"jshint": "^2.13.6",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-coverage": "^2.2.0",
|
|
"karma-firefox-launcher": "^2.1.2",
|
|
"karma-jasmine": "^5.1.0",
|
|
"minimatch": "^9.0.0",
|
|
"natives": "^1.1.6"
|
|
},
|
|
"dependencies": {
|
|
"angular": "^1.8.3",
|
|
"angular-animate": "^1.8.3",
|
|
"angular-mocks": "^1.8.3",
|
|
"angular-route": "^1.8.3",
|
|
"angular-sanitize": "^1.8.3",
|
|
"debug": "^4.3.4",
|
|
"masonry-layout": "^4.2.2"
|
|
}
|
|
}
|