{
  "name": "opencv4nodejs",
  "version": "4.17.0",
  "description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.",
  "author": "justadudewhohacks",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justadudewhohacks/opencv4nodejs"
  },
  "homepage": "https://github.com/justadudewhohacks/opencv4nodejs#readme",
  "main": "./lib/opencv4nodejs.js",
  "typings": "./lib/index.d.ts",
  "gypfile": true,
  "dependencies": {
    "nan": "^2.13.2",
    "native-node-utils": "^0.1.7",
    "opencv-build": "^0.1.3"
  },
  "optionalDependencies": {
    "@types/node": ">6"
  }
}