@herdwatch/cordova-plugin-chooser
Version:
Cordova file chooser plugin
34 lines (33 loc) • 727 B
JSON
{
"name": "@herdwatch/cordova-plugin-chooser",
"version": "1.4.0",
"description": "Cordova file chooser plugin",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/herdwatch-apps/cordova-plugin-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/herdwatch-apps/cordova-plugin-chooser/issues"
},
"cordova": {
"id": "@herdwatch/cordova-plugin-chooser",
"platforms": [
"android",
"ios"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}