angular-cropper
Version:
A simple image cropper angular.js (1.x) directive
32 lines (31 loc) • 646 B
JSON
{
"name": "angular-cropper",
"main": "angular-cropper.js",
"version": "0.8.4",
"homepage": "https://github.com/twhitbeck/angular-cropper",
"authors": [
"Tim Whitbeck <twhitbeck@gmail.com>"
],
"description": "Touch-enabled, client side image cropping with AngularJS",
"keywords": [
"angular",
"angularjs",
"image",
"crop",
"cropping",
"cropper",
"directive"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.3",
"angular-file-reader": "~0.0.1"
}
}