Skip to content

Commit 04cf449

Browse files
added keywords to package.json
1 parent 1993285 commit 04cf449

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
"name": "opencv4nodejs",
33
"version": "1.1.1",
44
"description": "",
5+
"keywords": [
6+
"opencv",
7+
"cv",
8+
"computer vision",
9+
"image",
10+
"processing",
11+
"detection",
12+
"recognition",
13+
"tracking",
14+
"matching",
15+
"face"
16+
],
517
"main": "./lib/opencv4nodejs.js",
618
"scripts": {
719
"install": "node-gyp rebuild",

0 commit comments

Comments
 (0)