diff --git a/bower.json b/bower.json index 7416bb0e..d0dc3b0f 100644 --- a/bower.json +++ b/bower.json @@ -1,52 +1,52 @@ { - "name": "ng-img-crop-full-extended", - "prettyName": "ngImgCropFullExtended", - "version": "0.6.0", - "authors": [{ - "name": "Alex Kaul", - "email": "alexkaul@googlemail.com" - }, { - "name": "Jodonnell-broadsoft" - }, { - "name": "Marcio Sena", - "email": "marciosena.inf@gmail.com" - }, { - "name": "Jonas Eriksson", - "email": "jonas.eriksson@interactivesolutions.se" - }, { - "name": "Vincent Ogloblinsky", - "email": "vincent.ogloblinsky@gmail.com" - }, { - "name": "Honchar Denys", - "email": "crackeraki@gmail.com" - }{ - "name": "Rick de Graaff", - "email": "info@rickdegraaff.nl" - }], - "repository": { - "type": "git", - "url": "https://github.com/CrackerakiUA/ngImgCropExtended" - }, - "description": "Image crop directive for AngularJS, square, circle and rectangle areas. Working aspect.", - "main": [ - "compile/minified/ng-img-crop.js", - "compile/minified/ng-img-crop.css" - ], - "keywords": [ - "angular", - "image", - "crop", - "aspect", - "cropper" - ], - "license": "MIT", - "homepage": "https://github.com/CrackerakiUA/ngImgCropExtended/", - "ignore": [ - "node_modules", - "bower_components", - "test" - ], - "dependencies": { - "angular": "1.4.0" - } + "name": "ng-img-crop-full-extended", + "prettyName": "ngImgCropFullExtended", + "version": "0.6.0", + "authors": [{ + "name": "Alex Kaul", + "email": "alexkaul@googlemail.com" + }, { + "name": "Jodonnell-broadsoft" + }, { + "name": "Marcio Sena", + "email": "marciosena.inf@gmail.com" + }, { + "name": "Jonas Eriksson", + "email": "jonas.eriksson@interactivesolutions.se" + }, { + "name": "Vincent Ogloblinsky", + "email": "vincent.ogloblinsky@gmail.com" + }, { + "name": "Honchar Denys", + "email": "crackeraki@gmail.com" + }, { + "name": "Rick de Graaff", + "email": "info@rickdegraaff.nl" + }], + "repository": { + "type": "git", + "url": "https://github.com/CrackerakiUA/ngImgCropExtended" + }, + "description": "Image crop directive for AngularJS, square, circle and rectangle areas. Working aspect.", + "main": [ + "compile/minified/ng-img-crop.js", + "compile/minified/ng-img-crop.css" + ], + "keywords": [ + "angular", + "image", + "crop", + "aspect", + "cropper" + ], + "license": "MIT", + "homepage": "https://github.com/CrackerakiUA/ngImgCropExtended/", + "ignore": [ + "node_modules", + "bower_components", + "test" + ], + "dependencies": { + "angular": "1.4.0" + } }