chok: 8.1.0 commit
.editorconfig
0 → 100644
.github/CONTRIBUTING.md
0 → 100644
.github/ISSUE_TEMPLATE.md
0 → 100644
.github/lock.yml
0 → 100644
.github/stale.yml
0 → 100644
.gitignore
0 → 100644
.travis.yml
0 → 100644
CHANGELOG.md
0 → 100644
This diff is collapsed.
LICENSE.txt
0 → 100644
README-github.md
0 → 100644
README.md
deleted
100644 → 0
hooks/windows/check-arch.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "phonegap-plugin-barcodescanner", | |||
"version": "8.1.0", | |||
"description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.", | |||
"cordova": { | |||
"id": "phonegap-plugin-barcodescanner", | |||
"platforms": [ | |||
"ios", | |||
"android", | |||
"windows", | |||
"browser" | |||
] | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git" | |||
}, | |||
"keywords": [ | |||
"ecosystem:cordova", | |||
"ecosystem:phonegap", | |||
"cordova-ios", | |||
"cordova-android", | |||
"cordova-windows", | |||
"cordova-browser", | |||
"cordova:plugin" | |||
], | |||
"engines": { | |||
"cordovaDependencies": { | |||
"<7.0.0": { | |||
"cordova-android": "<6.3.0" | |||
}, | |||
"7.0.0": { | |||
"cordova-android": ">=6.3.0" | |||
}, | |||
"7.1.0": { | |||
"cordova-android": ">=6.3.0", | |||
"cordova": ">=7.1.0" | |||
}, | |||
"8.0.0": { | |||
"cordova-android": ">=6.3.0", | |||
"cordova": ">=7.1.0" | |||
} | |||
} | |||
}, | |||
"author": "Adobe PhoneGap Team", | |||
"license": "MIT", | |||
"bugs": { | |||
"url": "https://github.com/phonegap/phonegap-plugin-barcodescanner/issues" | |||
}, | |||
"homepage": "https://github.com/phonegap/phonegap-plugin-barcodescanner#readme", | |||
"scripts": { | |||
"test": "jasmine-node --color spec" | |||
}, | |||
"devDependencies": { | |||
"pluginpub": "^0.0.9" | |||
}, | |||
"dependencies": { | |||
"nopt": "^4.0.1", | |||
"shelljs": "^0.8.3" | |||
} | |||
} | |||
\ No newline at end of file |
plugin.xml
0 → 100644
readme.md
0 → 100644
spec/helper/cordova.js
0 → 100644
spec/index.spec.js
0 → 100644
src/android/README.md
0 → 100644
File added
Please register or sign in to comment