This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opencv4nodejs" ,
3
3
"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 " ,
5
5
"keywords" : [
6
6
" opencv" ,
7
7
" cv" ,
16
16
" async" ,
17
17
" typescript"
18
18
],
19
- "author" : " justadudewhohacks" ,
19
+ "author" : {
20
+ "name" : " Simon Hofmann" ,
21
+
22
+ "url" : " https://simon-hofmann.org"
23
+ },
20
24
"license" : " MIT" ,
21
25
"repository" : {
22
26
"type" : " git" ,
23
- "url" : " git+https://github.com/justadudewhohacks /opencv4nodejs"
27
+ "url" : " git+https://github.com/nut-tree /opencv4nodejs"
24
28
},
25
29
"bugs" : {
26
- "url" : " https://github.com/justadudewhohacks /opencv4nodejs/issues"
30
+ "url" : " https://github.com/nut-tree /opencv4nodejs/issues"
27
31
},
28
- "homepage" : " https://github.com/justadudewhohacks /opencv4nodejs#readme" ,
32
+ "homepage" : " https://github.com/nut-tree /opencv4nodejs#readme" ,
29
33
"main" : " ./lib/opencv4nodejs.js" ,
30
34
"typings" : " ./lib/index.d.ts" ,
31
35
"scripts" : {
You can’t perform that action at this time.
0 commit comments