added ng-jcrop

This commit is contained in:
Aaike Van Roekeghem
2015-03-05 22:53:17 +07:00
parent f3a18565e6
commit 0a41290431
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"files":["ng-jcrop.js"],
"format": "global",
"dependencies":{
"angular": "github:angular/bower-angular@^1.3.12",
"jcrop": "github:tapmodo/Jcrop@^0.9.12"
},
"shim":{
"ng-jcrop": ["angular","jcrop"]
}
}