nextcloud-news/js/bower.json

37 lines
716 B
JSON

{
"name": "nextcloud-news",
"homepage": "https://github.com/nextcloud/news",
"authors": [
"Bernhard Posselt <dev@bernhard-posselt.com>"
],
"description": "An RSS/Atom feed reader",
"keywords": [
"rss",
"atom",
"nextcloud",
"feed",
"reader",
"app"
],
"license": "AGPL-3.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"vendor",
"tests"
],
"dependencies": {
"angular": "~1.6.0",
"angular-route": "~1.6.0",
"angular-mocks": "~1.6.0",
"angular-sanitize": "~1.6.0",
"angular-animate": "~1.6.0",
"jquery": "~2.2.0",
"moment": "~2.18",
"es6-shim": "~0.35.0",
"js-url": "~2.5.0",
"masonry": "~4.2.0"
}
}