{
  "name": "native-opencv",
  "version": "3.0.0b",
  "description": "OpenCV library installed via NMP",
  "keywords": [
    "opencv",
    "native",
    "bindings",
    "cv"
  ],
  "main": "opencv.js",
  "author": "Eugene Khvedchenya <ekhvedchenya@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/BloodAxe/npm-native-opencv.git"
  },
  "scripts": {
    "postinstall": "node installer.js"
  },
  "contributors": [
    "Eugene Khvedchenya <ekhvedchenya@gmail.com> (https://github.com/BloodAxe)"
  ],
  "dependencies": {
    "decompress": "^2.0.0",
    "decompress-unzip": "^2.0.1",
    "download": "^3.0.1",
    "download-status": "^2.0.4"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BloodAxe/npm-native-opencv/issues",
    "email": "ekhvedchenya@gmail.com"
  },
  "homepage": "https://github.com/BloodAxe/npm-native-opencv"
}
