Skip to content

Commit

Permalink
Merge pull request #24 from inventto/adding-bower
Browse files Browse the repository at this point in the history
Adding bower compatibility
  • Loading branch information
mtschirs committed Aug 27, 2015
2 parents f071cee + 79b0f08 commit 380d7e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "js-objectdetect",
"version": "0.0.1",
"homepage": "https://github.com/mtschirs/js-objectdetect",
"authors": [ "mtschirs (http://www.uni-ulm.de/)" ],
"repository": { "type": "git", "url": "git://github.com/mtschirs/js-objectdetect" },
"description": "computer vision in your browser - javascript real-time object detection",
"main": "objectdetect.js",
"keywords": [
"computer vision",
"object detection"
],
"license": "MIT",
"ignore": []
}

0 comments on commit 380d7e9

Please sign in to comment.