angular-img-cropper
Version:
Client side image cropper directive for AngularJS (rectangular area, aspect ratio, multi-touch)
39 lines (38 loc) • 982 B
JSON
{
"name": "angular-img-cropper",
"version": "0.0.2",
"description": "Client side image cropper directive for AngularJS (rectangular area, aspect ratio, multi-touch)",
"main": "./src/angular-img-cropper.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/AllanBishop/angular-img-cropper.git"
},
"keywords": [
"angular",
"cropper",
"image",
"img",
"rectangle",
"aspect",
"crop"
],
"author": "Allan Bishop <allan.bishop@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AllanBishop/angular-img-cropper/issues"
},
"homepage": "https://github.com/AllanBishop/angular-img-cropper#readme",
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "0.2.0",
"grunt-contrib-watch": "^0.6.1",
"install": "^0.1.8"
}
}