nativescript-dynamsoft-barcode-reader
Version:
Nativescript plugin for Dynamsoft Barcode Reader
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "nativescript-dynamsoft-barcode-reader",
"version": "1.1.2",
"description": "Nativescript plugin for Dynamsoft Barcode Reader",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/tony-xlh/nativescript-dynamsoft-capture-vision/.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android",
"Dynamsoft",
"barcode",
"qrcode"
],
"author": {
"name": "Lihang Xu",
"email": "tony@dynamsoft.com"
},
"bugs": {
"url": "https://github.com/tony-xlh/nativescript-dynamsoft-capture-vision//issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"homepage": "https://github.com/tony-xlh/nativescript-dynamsoft-capture-vision/",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"types": "./index.d.d.ts"
}