{
  "name": "cordova-plugin-filepath",
  "version": "1.6.0",
  "description": "Resolve native file paths from content URLs for Cordova platforms",
  "cordova": {
    "id": "cordova-plugin-filepath",
    "platforms": [
      "android"
    ]
  },
  "scripts": {
    "version": "sync-cordova-xml package.json plugin.xml --output plugin.xml && git add plugin.xml"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hiddentao/cordova-plugin-filepath.git"
  },
  "keywords": [
    "cordova",
    "file",
    "ecosystem:cordova",
    "cordova-android"
  ],
  "author": "Ramesh Nair <ram@hiddentao.com>",
  "license": "Apache 2.0",
  "devDependencies": {
    "sync-cordova-xml": "^0.4.0"
  }
}
