Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 75302f5

Browse files
author
Simon Hofmann
committed
Updated package info
2 parents 8cda684 + dfb8ac0 commit 75302f5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opencv4nodejs",
33
"version": "4.14.1",
4-
"description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.",
4+
"description": "This is a fork of opencv4nodejs which provides pre-build binaries",
55
"keywords": [
66
"opencv",
77
"cv",
@@ -16,16 +16,20 @@
1616
"async",
1717
"typescript"
1818
],
19-
"author": "justadudewhohacks",
19+
"author": {
20+
"name": "Simon Hofmann",
21+
"email": "[email protected]",
22+
"url": "https://simon-hofmann.org"
23+
},
2024
"license": "MIT",
2125
"repository": {
2226
"type": "git",
23-
"url": "git+https://github.com/justadudewhohacks/opencv4nodejs"
27+
"url": "git+https://github.com/nut-tree/opencv4nodejs"
2428
},
2529
"bugs": {
26-
"url": "https://github.com/justadudewhohacks/opencv4nodejs/issues"
30+
"url": "https://github.com/nut-tree/opencv4nodejs/issues"
2731
},
28-
"homepage": "https://github.com/justadudewhohacks/opencv4nodejs#readme",
32+
"homepage": "https://github.com/nut-tree/opencv4nodejs#readme",
2933
"main": "./lib/opencv4nodejs.js",
3034
"typings": "./lib/index.d.ts",
3135
"scripts": {

0 commit comments

Comments
 (0)