summaryrefslogtreecommitdiffstats
path: root/js/package.json
blob: 759431020083d1c858da79f021cfee97dbc3ae42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "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": {
    "@vue/compiler-sfc": "^3.1.4",
    "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.0.1",
    "jasmine-core": "^3.8.0",
    "jquery": "^3.6.0",
    "jshint": "^2.13.0",
    "karma": "^6.3.4",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.3",
    "karma-firefox-launcher": "^2.1.1",
    "karma-jasmine": "^4.0.1",
    "minimatch": "^3.0.4",
    "natives": "^1.1.6",
    "webpack-stream": "^6.1.2",
    "vue-loader": "^15.9.7",
    "vue-template-compiler": "^2.6.14"
  },
  "dependencies": {
    "angular": "^1.8.2",
    "angular-animate": "^1.8.2",
    "angular-mocks": "^1.8.2",
    "angular-route": "^1.8.2",
    "angular-sanitize": "^1.8.2",
    "debug": "^4.3.2",
    "masonry-layout": "^4.2.2",
    "moment": "^2.29.1",
    "ngVue": "^1.7.8",
    "vue": "^2.6.14"
  }
}