You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.2 KiB

4 年之前
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "phonegap-plugin-barcodescanner",
  3. "version": "6.0.8",
  4. "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.",
  5. "cordova": {
  6. "id": "phonegap-plugin-barcodescanner",
  7. "platforms": [
  8. "ios",
  9. "android",
  10. "windows",
  11. "wp8",
  12. "blackberry10",
  13. "browser"
  14. ]
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git"
  19. },
  20. "keywords": [
  21. "ecosystem:cordova",
  22. "ecosystem:phonegap",
  23. "cordova-ios",
  24. "cordova-android",
  25. "cordova-windows",
  26. "cordova-wp8",
  27. "cordova-blackberry10",
  28. "cordova-browser",
  29. "cordova:plugin"
  30. ],
  31. "engines": [
  32. {
  33. "name": "cordova",
  34. "version": ">=3.0.0"
  35. }
  36. ],
  37. "author": "Adobe PhoneGap Team",
  38. "license": "MIT",
  39. "bugs": {
  40. "url": "https://github.com/phonegap/phonegap-plugin-barcodescanner/issues"
  41. },
  42. "homepage": "https://github.com/phonegap/phonegap-plugin-barcodescanner#readme",
  43. "scripts": {
  44. "test": "jasmine-node --color spec"
  45. },
  46. "devDependencies": {
  47. "jasmine-node": "1.14.5",
  48. "pluginpub": "^0.0.8"
  49. }
  50. }