@nativescript-community/gesturehandler
Version:
Declarative API exposing platform native touch and gesture system to NativeScript.
40 lines (39 loc) • 1.18 kB
JSON
{
"name": "@nativescript-community/gesturehandler",
"version": "2.0.32",
"description": "Declarative API exposing platform native touch and gesture system to NativeScript.",
"main": "gesturehandler",
"sideEffects": false,
"typings": "gesturehandler.d.ts",
"nativescript": {
"platforms": {
"android": "6.2.1",
"ios": "6.2.1"
}
},
"keywords": [
"NativeScript",
"JavaScript",
"iOS",
"Android",
"Vue",
"preview|https://raw.githubusercontent.com/nativescript-community/gesturehandler/master/images/demo.gif"
],
"author": {
"name": "Martin Guillon",
"email": "martin.guillon@akylas.fr"
},
"bugs": {
"url": "https://github.com/nativescript-community/gesturehandler/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/gesturehandler"
},
"bootstrapper": "nativescript-plugin-seed",
"dependencies": {
"@nativescript-community/observable": "^2.0.10"
},
"gitHead": "39699b18e896f5040a83fc6b7a2d9f467597926d"
}