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-baidumaplocation",
  "version": "3.2.0",
  "description": "Cordova Geolocation Plugin,use Baidu Map SDK",
  "cordova": {
    "id": "cordova-plugin-baidumaplocation",
    "platforms": [
      "android"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aruis/cordova-plugin-baidumaplocation.git"
  },
  "keywords": [
    "cordova",
    "baidu",
    "location",
    "geolocation",
    "device",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-ios"
  ],
  "author": "aruis",
  "license": "Apache-2.0",
  "engines": {
    "cordovaDependencies": {
      "2.0.0": { "cordova-android": ">=5.0.0" },
      "3.0.0": { "cordova-android": ">=5.0.0" }
    }
  },
  "bugs": {
    "url": "https://github.com/aruis/cordova-plugin-baidumaplocation/issues"
  },
  "homepage": "https://github.com/aruis/cordova-plugin-baidumaplocation#readme"
}