29 lines
539 B
JSON
Executable File
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"
|
|
}
|
|
}
|