news/js/bower.json

36 строки
680 B
JSON

{
"name": "ownCloud-news",
"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.4.*",
"angular-route": "~1.4.*",
"angular-mocks": "~1.4.*",
"angular-sanitize": "~1.4.*",
"angular-animate": "~1.4.*",
"jquery": "~2.*",
"momentjs": "~2.9.*",
"es6-shim": "~0.*"
}
}