-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bower.json main and edited authors + ignore, removed deprecated version attribute
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": ["**/.*"] | ||
} |