Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
Fixed bower.json main and edited authors + ignore, removed deprecated version attribute
  • Loading branch information
mtschirs committed Aug 27, 2015
1 parent 380d7e9 commit 78136d0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"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" },
"authors": ["Martin Tschirsich (https://github.com/mtschirs)"],
"repository": {"type": "git", "url": "git://github.com/mtschirs/js-objectdetect"},
"description": "computer vision in your browser - javascript real-time object detection",
"main": "objectdetect.js",
"main": "js/objectdetect.js",
"keywords": [
"computer vision",
"object detection"
],
"license": "MIT",
"ignore": []
"ignore": ["**/.*"]
}

0 comments on commit 78136d0

Please sign in to comment.