зеркало из https://github.com/nextcloud/news.git
49 строки
1.2 KiB
JSON
49 строки
1.2 KiB
JSON
{
|
|
"name": "ownCloud-news",
|
|
"description": "An RSS/Atom feed reader",
|
|
"main": "build/app.js",
|
|
"scripts": {
|
|
"test": "grunt ci-unit"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/owncloud/news"
|
|
},
|
|
"keywords": [
|
|
"rss",
|
|
"atom",
|
|
"feed",
|
|
"reader",
|
|
"owncloud",
|
|
"app"
|
|
],
|
|
"author": "Bernhard Posselt",
|
|
"license": "AGPL",
|
|
"bugs": {
|
|
"url": "https://github.com/owncloud/news/issues"
|
|
},
|
|
"homepage": "https://github.com/owncloud/news",
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
"grunt-contrib-connect": "^0.9.0",
|
|
"grunt-contrib-cssmin": "^0.11.0",
|
|
"grunt-contrib-jshint": "^0.11.0",
|
|
"grunt-contrib-uglify": "^0.7.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-ng-annotate": "^0.9.2",
|
|
"grunt-php": "^1.1.1",
|
|
"grunt-phpunit": "^0.3.6",
|
|
"grunt-protractor-runner": "^1.2.1",
|
|
"grunt-protractor-webdriver": "^0.2.0",
|
|
"grunt-wrap": "^0.3.0",
|
|
"grunt-karma": "^0.10.1",
|
|
"karma": "^0.12.31",
|
|
"karma-chrome-launcher": "^0.1.7",
|
|
"karma-coverage": "^0.2.7",
|
|
"karma-firefox-launcher": "^0.1.4",
|
|
"karma-jasmine": "^0.3.5"
|
|
},
|
|
"dependencies": {}
|
|
}
|