Skip to content

Commit 140e569

Browse files
committed
Merge pull request Mischi#7 from passy/bower
Added bower.json
2 parents e081461 + c21d7af commit 140e569

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bower.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "angularjs-imageupload-directive",
3+
"description": "imageupload Directive for AngularJS",
4+
"version": "0.0.0",
5+
"main": "public/javascripts/imageupload.js",
6+
"ignore": [
7+
"**/.*",
8+
"app.js",
9+
"demo.html",
10+
"package.json"
11+
],
12+
"dependencies": {
13+
"angularjs-unstable": "~1.1.4"
14+
}
15+
}

0 commit comments

Comments
 (0)