зеркало из https://github.com/nextcloud/news.git
37 строки
720 B
JSON
37 строки
720 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.5.0",
|
|
"angular-route": "~1.5.0",
|
|
"angular-mocks": "~1.5.0",
|
|
"angular-sanitize": "~1.5.0",
|
|
"angular-animate": "~1.5.0",
|
|
"jquery": "~2.2.0",
|
|
"momentjs": "~2.12.0",
|
|
"es6-shim": "~0.35.0",
|
|
"js-url": "~2.3.0",
|
|
"masonry": "~4.0.0"
|
|
}
|
|
}
|