apollo_developers/bower_components/ngImgCrop/bower.json
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

29 lines
539 B
JSON
Executable File

{
"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"
}
}