com-sarriaroman-photoviewer
Version:
This plugin is intended to show a picture from an URL into a Photo Viewer with zoom features.
32 lines (31 loc) • 659 B
JSON
{
"name": "com-sarriaroman-photoviewer",
"version": "1.3.0",
"description": "This plugin is intended to show a picture from an URL into a Photo Viewer with zoom features.",
"cordova": {
"id": "com-sarriaroman-photoviewer",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/sarriaroman/photoviewer"
},
"keywords": [
"cordova",
"photoviewer",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "Román A. Sarria",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"typescript": "3.2.2"
}
}