{
  "name": "@sabirimanov/cordova-plugin-openalpr",
  "version": "2.0.5",
  "description": "This Cordova plugin adds support for the OpenALPR (Automatic License Plate Recognition) library, which provides support for retrieving the license plate from a picture.",
  "cordova": {
    "id": "cordova-plugin-openalpr",
    "platforms": [
      "android"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iMicknl/cordova-plugin-openalpr.git"
  },
  "keywords": [
    "cordova",
    "openalpr",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-ios"
  ],
  "author": "Mick Vleeshouwer <mick@imick.nl> (https://imick.nl)",
  "contributors": [
    "Melvin Versluijs <melvin.versluijs@hotmail.com> (http://melvinversluijs.com)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iMicknl/cordova-plugin-openalpr/issues"
  },
  "homepage": "https://github.com/iMicknl/cordova-plugin-openalpr#readme",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
