Skip to content

Commit 380d7e9

Browse files
committed
Merge pull request #24 from inventto/adding-bower
Adding bower compatibility
2 parents f071cee + 79b0f08 commit 380d7e9

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": "js-objectdetect",
3+
"version": "0.0.1",
4+
"homepage": "https://github.com/mtschirs/js-objectdetect",
5+
"authors": [ "mtschirs (http://www.uni-ulm.de/)" ],
6+
"repository": { "type": "git", "url": "git://github.com/mtschirs/js-objectdetect" },
7+
"description": "computer vision in your browser - javascript real-time object detection",
8+
"main": "objectdetect.js",
9+
"keywords": [
10+
"computer vision",
11+
"object detection"
12+
],
13+
"license": "MIT",
14+
"ignore": []
15+
}

0 commit comments

Comments
 (0)