diff --git a/bower.json b/bower.json index 63189e4..c3d1219 100644 --- a/bower.json +++ b/bower.json @@ -1 +1,14 @@ -{"name":"ngHelperBusy","main":["ngHelperBusy.js","ngHelperBusy.css"],"version":"0.3.3","homepage":"https://github.com/ngHelper/ngHelperBusy","authors":["dei79 "],"description":"A full screen busy indicator which is controlled by the $busy service and supports","keywords":["angular","angularjs","busy","service","directive"],"license":"MIT","ignore":["**/.*","node_modules","bower_components","test","tests"],"dependencies":{"angular":"~1.2"}} \ No newline at end of file +{ + "name": "ngHelperBusy", + "main": ["ngHelperBusy.js", "ngHelperBusy.css"], + "version": "0.3.3", + "homepage": "https://github.com/ngHelper/ngHelperBusy", + "authors": ["dei79 "], + "description": "A full screen busy indicator which is controlled by the $busy service and supports", + "keywords": ["angular", "angularjs", "busy", "service", "directive"], + "license": "MIT", + "ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"], + "dependencies": { + "angular": "^1.2" + } +}