Skip to content

Commit 78136d0

Browse files
committed
Update bower.json
Fixed bower.json main and edited authors + ignore, removed deprecated version attribute
1 parent 380d7e9 commit 78136d0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

bower.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "js-objectdetect",
3-
"version": "0.0.1",
43
"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" },
4+
"authors": ["Martin Tschirsich (https://github.com/mtschirs)"],
5+
"repository": {"type": "git", "url": "git://github.com/mtschirs/js-objectdetect"},
76
"description": "computer vision in your browser - javascript real-time object detection",
8-
"main": "objectdetect.js",
7+
"main": "js/objectdetect.js",
98
"keywords": [
109
"computer vision",
1110
"object detection"
1211
],
1312
"license": "MIT",
14-
"ignore": []
13+
"ignore": ["**/.*"]
1514
}

0 commit comments

Comments
 (0)