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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "cordova-mirtech-plugin-universal-links",
  3. "version": "1.2.1",
  4. "description": "Cordova plugin to add in your application support for Universal Links (iOS 9) and Deep Links (Android). Basically, open application through the link in the browser.",
  5. "cordova": {
  6. "id": "cordova-mirtech-plugin-universal-links",
  7. "platforms": [
  8. "ios",
  9. "android"
  10. ]
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/martindrapeau/cordova-universal-links-plugin.git"
  15. },
  16. "keywords": [
  17. "cordova",
  18. "links",
  19. "universal",
  20. "deep links",
  21. "universal links",
  22. "ecosystem:cordova",
  23. "cordova-ios",
  24. "cordova-android",
  25. "ios",
  26. "android"
  27. ],
  28. "engines": [
  29. {
  30. "name": "cordova-ios",
  31. "version": ">=3.8"
  32. },
  33. {
  34. "name": "cordova-android",
  35. "version": ">=4"
  36. }
  37. ],
  38. "dependencies": {
  39. "mkpath": ">=1.0.0",
  40. "xml2js": ">=0.4",
  41. "rimraf": ">=2.4",
  42. "node-version-compare": ">=1.0.1",
  43. "plist": ">=1.2.0"
  44. },
  45. "author": "Nikolay Demyankov for Nordnet Bank AB",
  46. "license": "MIT",
  47. "bugs": {
  48. "url": "https://github.com/martindrapeau/cordova-universal-links-plugin/issues"
  49. },
  50. "homepage": "https://github.com/martindrapeau/cordova-universal-links-plugin#readme"
  51. }