| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 | 
							- {
 -   "name": "cordova-mirtech-plugin-universal-links",
 -   "version": "1.2.1",
 -   "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.",
 -   "cordova": {
 -     "id": "cordova-mirtech-plugin-universal-links",
 -     "platforms": [
 -       "ios",
 -       "android"
 -     ]
 -   },
 -   "repository": {
 -     "type": "git",
 -     "url": "git+https://github.com/martindrapeau/cordova-universal-links-plugin.git"
 -   },
 -   "keywords": [
 -     "cordova",
 -     "links",
 -     "universal",
 -     "deep links",
 -     "universal links",
 -     "ecosystem:cordova",
 -     "cordova-ios",
 -     "cordova-android",
 -     "ios",
 -     "android"
 -   ],
 -   "engines": [
 -     {
 -       "name": "cordova-ios",
 -       "version": ">=3.8"
 -     },
 -     {
 -       "name": "cordova-android",
 -       "version": ">=4"
 -     }
 -   ],
 -   "dependencies": {
 -     "mkpath": ">=1.0.0",
 -     "xml2js": ">=0.4",
 -     "rimraf": ">=2.4",
 -     "node-version-compare": ">=1.0.1",
 -     "plist": ">=1.2.0"
 -   },
 -   "author": "Nikolay Demyankov for Nordnet Bank AB",
 -   "license": "MIT",
 -   "bugs": {
 -     "url": "https://github.com/martindrapeau/cordova-universal-links-plugin/issues"
 -   },
 -   "homepage": "https://github.com/martindrapeau/cordova-universal-links-plugin#readme"
 - }
 
 
  |