nativescript-open-app
Version:
A NativeScript plugin for opening other applications on the device (with app store fallback).
31 lines (30 loc) • 776 B
JSON
{
"name": "nativescript-open-app",
"version": "0.3.0",
"description": "A NativeScript plugin for opening other applications on the device (with app store fallback).",
"main": "open-app",
"typings": "./open-app.d.ts",
"nativescript": {
"platforms": {
"ios": "2.5.0",
"android": "2.5.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/ludwiktrammer/nativescript-open-app.git"
},
"keywords": [
"NativeScript",
"Open",
"Open App",
"Android",
"iOS",
"Launch",
"Start"
],
"author": "Ludwik Trammer <ludwik@gmail.com>",
"license": "MIT",
"bugs": "https://github.com/ludwiktrammer/nativescript-open-app/issues",
"homepage": "https://github.com/ludwiktrammer/nativescript-open-app"
}