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

37 lines
799 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"
},
"_release": "0.3.2",
"_resolution": {
"type": "version",
"tag": "v0.3.2",
"commit": "8f29783e69e8e74cf76b278e42d3ad686f209ace"
},
"_source": "git://github.com/alexk111/ngImgCrop.git",
"_target": "~0.3.2",
"_originalSource": "ngImgCrop"
}