summaryrefslogtreecommitdiffstats
path: root/js/bower.json
blob: 20b001a7f238b3522d3d0146a51f7126d4455340 (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
{
  "name": "ownCloud-news",
  "version": "4.1.3",
  "homepage": "https://github.com/owncloud/news",
  "authors": [
    "Bernhard Posselt <dev@bernhard-posselt.com>"
  ],
  "description": "An RSS/Atom feed reader",
  "keywords": [
    "rss",
    "atom",
    "owncloud",
    "feed",
    "reader",
    "app"
  ],
  "license": "AGPL",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "~1.3.*",
    "angular-route": "~1.3.*",
    "angular-mocks": "~1.3.*",
    "angular-sanitize": "~1.3.*",
    "jquery": "~2.*",
    "momentjs": "~2.8.*",
    "es6-shim": "~0.18.*",
    "angular-animate": "~1.3.3"
  }
}