summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 16:45:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 16:45:36 +0200
commit42d69a95f3276a2d6089ca68f635c4e2f6aa7a23 (patch)
tree6a17fd7998f291e6dec1d996c1e7c724b92b8e58 /js
parent0e6598b0734fb927109f745d9c0f3a8605a30ca5 (diff)
convert tabs indention to indention with 4 spaces because of mixing of both variants in code and better readability on github and websites because you cant set the indention width there and 8 spaces will be used for a tab
Diffstat (limited to 'js')
-rw-r--r--js/bower.json66
-rw-r--r--js/package.json94
2 files changed, 80 insertions, 80 deletions
diff --git a/js/bower.json b/js/bower.json
index 131364cee..fab85ce2e 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -1,35 +1,35 @@
{
- "name": "ownCloud-news",
- "version": "3.4.6",
- "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.*"
- }
+ "name": "ownCloud-news",
+ "version": "3.4.6",
+ "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.*"
+ }
}
diff --git a/js/package.json b/js/package.json
index 271e069c1..24e7c146a 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,49 +1,49 @@
{
- "name": "ownCloud-news",
- "version": "3.4.6",
- "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.8.0",
- "grunt-contrib-cssmin": "^0.10.0",
- "grunt-contrib-jshint": "^0.10.0",
- "grunt-contrib-uglify": "^0.6.0",
- "grunt-contrib-watch": "^0.6.1",
- "grunt-karma": "^0.9.0",
- "grunt-ng-annotate": "^0.4.0",
- "grunt-phpunit": "^0.3.5",
- "grunt-protractor-runner": "^1.1.4",
- "grunt-protractor-webdriver": "^0.1.9",
- "grunt-wrap": "^0.3.0",
- "karma": "^0.12.24",
- "karma-chrome-launcher": "^0.1.5",
- "karma-coverage": "^0.2.6",
- "karma-firefox-launcher": "^0.1.3",
- "karma-jasmine": "^0.1.5",
- "karma-phantomjs-launcher": "^0.1.4"
- },
- "dependencies": {}
+ "name": "ownCloud-news",
+ "version": "3.4.6",
+ "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.8.0",
+ "grunt-contrib-cssmin": "^0.10.0",
+ "grunt-contrib-jshint": "^0.10.0",
+ "grunt-contrib-uglify": "^0.6.0",
+ "grunt-contrib-watch": "^0.6.1",
+ "grunt-karma": "^0.9.0",
+ "grunt-ng-annotate": "^0.4.0",
+ "grunt-phpunit": "^0.3.5",
+ "grunt-protractor-runner": "^1.1.4",
+ "grunt-protractor-webdriver": "^0.1.9",
+ "grunt-wrap": "^0.3.0",
+ "karma": "^0.12.24",
+ "karma-chrome-launcher": "^0.1.5",
+ "karma-coverage": "^0.2.6",
+ "karma-firefox-launcher": "^0.1.3",
+ "karma-jasmine": "^0.1.5",
+ "karma-phantomjs-launcher": "^0.1.4"
+ },
+ "dependencies": {}
}