cordova-plugin-simple-file-chooser
Version:
Cordova file chooser plugin
34 lines (33 loc) • 785 B
JSON
{
"name": "cordova-plugin-simple-file-chooser",
"version": "3.0.2",
"description": "Cordova file chooser plugin",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hc-oss/cordova-plugin-simple-file-chooser.git"
},
"keywords": [
"file",
"chooser",
"picker",
"file-chooser",
"android",
"ios"
],
"author": "Cyph, Inc. <cordova-plugin-chooser@cyph.com> (https://github.com/cyph)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hc-oss/cordova-plugin-simple-file-chooser/issues"
},
"cordova": {
"id": "cordova-plugin-simple-file-chooser",
"platforms": [
"android",
"ios"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}