summaryrefslogtreecommitdiffstats
path: root/js/bower.json
blob: 5d6cd08b61144aa72f03bf2be522523eb59997b6 (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
{
    "name": "ownCloud-news",
    "version": "4.1.0",
    "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.*"
    }
}