diff --git a/capture.h b/capture.h index 31188bb..12434c7 100644 --- a/capture.h +++ b/capture.h @@ -1,6 +1,6 @@ #ifndef CAMERA_H #define CAMERA_H - +#include #include #include #include diff --git a/package.json b/package.json index 93e016d..bb7cf5c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "v4l2camera", + "name": "node-v4l2camera", "version": "1.0.4", "description": "Capturing images from USB(UVC) webcam on linux machines", "keywords": [ @@ -9,9 +9,9 @@ "v4l2", "video4linux2" ], - "homepage": "https://github.com/bellbind/node-v4l2camera", + "homepage": "https://github.com/silence48/node-v4l2camera", "bugs": { - "url": "https://github.com/bellbind/node-v4l2camera/issues" + "url": "https://github.com/silence48/node-v4l2camera/issues" }, "license": "(MIT OR LGPL-3.0)", "author": "bellbind (http://bellbind.tumblr.com)", @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "http://github.com/bellbind/node-v4l2camera.git" + "url": "http://github.com/silence48/node-v4l2camera.git" }, "devDependencies": { "pngjs": "*", @@ -41,6 +41,7 @@ "nan": ">=2.3.0" }, "contributors": [ + "Silence48 <35656692+silence48@users.noreply.github.com> (https://github.com/silence48)", "Tim Cameron Ryan (https://github.com/tcr)", "vird (https://github.com/vird)", "Lennart Kolmodin (https://github.com/kolmodin)"