diff --git a/deploy/cap/bower.json b/deploy/cap/bower.json deleted file mode 100644 index 925037f0ff..0000000000 --- a/deploy/cap/bower.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "console-app", - "description": "", - "license": "Apache-2.0", - "moduleType": [], - "homepage": "", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ], - "dependencies": { - "app-theme": "./components/app-theme", - "app-framework": "./components/app-framework", - "app-core": "./components/app-core", - "suse-branding": "./components/suse-branding", - "about-app": "./components/about-app", - "endpoints-dashboard": "./components/endpoints-dashboard", - "cloud-foundry": "./components/cloud-foundry", - "cf-app-push": "./components/cf-app-push", - "cf-app-ssh": "./components/cf-app-ssh", - "app-setup": "./components/app-setup", - "user-info": "./components/user-info" - }, - "devDependencies": { - "angular-mocks": "~1.6.6" - }, - "config": { - "main": "cloud-foundry" - }, - "stratosLocales": ["en_US", "en_GB"] -}