apollo_developers/bower_components/ngImgCrop/bower.json
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30

29 lines
539 B
JSON

{
"name": "ng-img-crop",
"version": "0.3.2",
"authors": [
"Alex Kaul <alexkaul@googlemail.com>"
],
"description": "Image crop directive for AngularJS",
"main": [
"compile/minified/ng-img-crop.js",
"compile/minified/ng-img-crop.css"
],
"keywords": [
"angular",
"image",
"crop",
"cropper"
],
"license": "MIT",
"homepage": "https://github.com/alexk111/ngImgCrop",
"ignore": [
"node_modules",
"bower_components",
"test"
],
"devDependencies": {
"angular": "~1.2.19"
}
}