We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380d7e9 commit 78136d0Copy full SHA for 78136d0
bower.json
@@ -1,15 +1,14 @@
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" },
+ "authors": ["Martin Tschirsich (https://github.com/mtschirs)"],
+ "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",
+ "main": "js/objectdetect.js",
9
"keywords": [
10
"computer vision",
11
"object detection"
12
],
13
"license": "MIT",
14
- "ignore": []
+ "ignore": ["**/.*"]
15
}
0 commit comments