forked from alexk111/ngImgCrop
-
Notifications
You must be signed in to change notification settings - Fork 18
/
bower.json
43 lines (43 loc) · 879 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "ng-img-crop-add-rectangle",
"prettyName": "ngImgCropAddRectangle",
"version": "0.3.3",
"authors": [
{
"name": "Alex Kaul",
"email": "[email protected]"
},
{
"name": "Jodonnell-broadsoft"
},
{
"name": "Marcio Sena",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/marciovsena/ngImgCrop"
},
"description": "Image crop directive for AngularJS add rectangle",
"main": [
"compile/minified/ng-img-crop.js",
"compile/minified/ng-img-crop.css"
],
"keywords": [
"angular",
"image",
"crop",
"cropper"
],
"license": "MIT",
"homepage": "https://github.com/marciovsena/ngImgCrop/",
"ignore": [
"node_modules",
"bower_components",
"test"
],
"devDependencies": {
"angular": "~1.2.19"
}
}