Preparation to bower release
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..e137a15
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,49 @@
+{
+ "name": "ngXosLib",
+ "version": "1.0.0",
+ "authors": [
+ "Open Networking Laboratory"
+ ],
+ "description": "A collection of API $resources, Heplers Services and UI Component to work on the XOS UI",
+ "license": "Apache 2.0",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests",
+ "./bower_components"
+ ],
+ "dependencies": {
+ "angular": "1.4.7",
+ "angular-ui-router": "0.2.15",
+ "angular-resource": "1.4.7",
+ "angular-cookies": "1.4.7",
+ "angular-animate": "1.4.7",
+ "lodash": "~4.11.1",
+ "angular-chart.js": "~0.10.2",
+ "d3": "~3.5.17",
+ "angular-recursion": "~1.0.5"
+ },
+ "devDependencies": {
+ "angular-mocks": "1.4.7",
+ "jasmine-jquery": "~2.1.1",
+ "jquery": "~3.0.0",
+ "bootstrap-sass": "~3.3.6"
+ },
+ "resolutions": {
+ "angular": "1.4.7"
+ },
+ "main": [
+ "./dist/xosUiComponent.js"
+ ],
+ "moduleType": [],
+ "keywords": [
+ "XOS",
+ "CORD",
+ "OPENCORD",
+ "ANGULARJS",
+ "UI-COMPONENTS"
+ ],
+ "homepage": "http://ngxoslib.wiki.opencord.org/#/ngXosLib"
+}