package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "cn.drrewslab.visitor",
  3. "displayName": "访客管理",
  4. "version": "1.0.0",
  5. "description": "A sample Apache Cordova application that responds to the deviceready event.",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "keywords": [
  11. "ecosystem:cordova"
  12. ],
  13. "author": "Apache Cordova Team",
  14. "license": "Apache-2.0",
  15. "devDependencies": {
  16. "cordova-android": "^9.0.0",
  17. "cordova-plugin-android-notch": "^1.0.3",
  18. "cordova-plugin-crosswalk-webview-v3": "git+https://github.com/ardabeyazoglu/cordova-plugin-crosswalk-webview-v3.git",
  19. "cordova-plugin-embedded-printer": "file:../cordova-plugin-embedded-printer",
  20. "cordova-plugin-qrscanner": "^3.0.1",
  21. "cordova-plugin-whitelist": "^1.3.4"
  22. },
  23. "cordova": {
  24. "plugins": {
  25. "cordova-plugin-whitelist": {},
  26. "cordova-plugin-android-notch": {},
  27. "cordova-plugin-qrscanner": {},
  28. "cordova-plugin-crosswalk-webview-v3": {
  29. "XWALK_VERSION": "23+",
  30. "XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
  31. "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
  32. "XWALK_MODE": "embedded",
  33. "XWALK_MULTIPLEAPK": "true"
  34. },
  35. "cordova-plugin-embedded-printer": {}
  36. },
  37. "platforms": [
  38. "android"
  39. ]
  40. },
  41. "dependencies": {}
  42. }