nativescript-image-swipe
Version:
A widget to easily swipe and zoom through images
41 lines • 838 B
JSON
{
"name": "nativescript-image-swipe",
"version": "5.0.1",
"description": "A widget to easily swipe and zoom through images",
"main": "image-swipe",
"typings": "image-swipe.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
},
"plugin": {
"nan": "true",
"pan": "true",
"core3": "true",
"category": "Interface"
}
},
"repository": {
"type": "git",
"url": "https://github.com/PeterStaev/nativescript-image-swipe"
},
"keywords": [
"NativeScript",
"zoom",
"whitebox",
"swipe",
"photo",
"image",
"tangra"
],
"author": "Peter Staev <peter@tangrasoft.com>",
"contributors": [
"Dirk Rudolph (https://github.com/Buuhuu)",
"Vladimir Amiorkov (https://github.com/VladimirAmiorkov)"
],
"license": "Apache-2.0",
"peerDependencies": {
"tns-core-modules": "^5"
}
}