diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..af41900 --- /dev/null +++ b/bower.json @@ -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": [] +}