From 78136d05f8781969f48e26ad0ed1f17ec7bc6ac1 Mon Sep 17 00:00:00 2001 From: mtschirs Date: Thu, 27 Aug 2015 17:15:27 +0200 Subject: [PATCH] Update bower.json Fixed bower.json main and edited authors + ignore, removed deprecated version attribute --- bower.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index af41900..06d3c90 100644 --- a/bower.json +++ b/bower.json @@ -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": ["**/.*"] }