package.json 900 Bytes
Newer Older
李晓兵's avatar
李晓兵 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
{
  "name": "cordova-plugin-compat",
  "description": "[DEPRECATED] This repo is for remaining backwards compatible with previous versions of Cordova.",
  "version": "1.2.0",
  "homepage": "http://github.com/apache/cordova-plugin-compat#readme",
  "repository": {
    "type": "git",
    "url": "git://github.com/apache/cordova-plugin-compat.git"
  },
  "bugs": {
    "url": "https://github.com/apache/cordova-plugin-compat/issues"
  },
  "cordova": {
    "id": "cordova-plugin-compat",
    "platforms": [
      "android"
    ]
  },
  "keywords": [
    "ecosystem:cordova",
    "ecosystem:phonegap",
    "cordova-android"
  ],
  "engines": {
    "cordovaDependencies": {
      "<1.2.0": {
        "cordova": ">=5.0.0"
      },
      ">=1.2.0": {
        "cordova": ">=5.0.0",
        "cordova-android": "<6.3.0"
      }
    }
  },
  "author": "Apache Software Foundation",
  "license": "Apache-2.0"
}