@nativescript/pdf
Version:
A NativeScript plugin to display PDF files on iOS and Android
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "@nativescript/pdf",
"version": "2.0.0",
"description": "A NativeScript plugin to display PDF files on iOS and Android",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/plugins.git"
},
"keywords": [
"Android",
"JavaScript",
"NativeScript",
"PDF",
"View",
"iOS"
],
"author": {
"name": "NativeScript",
"email": "oss@nativescript.org"
},
"contributors": [
{
"name": "Merott Movahedi",
"email": "merott@merott.com"
},
{
"name": "Markus Schlichting",
"email": "m.schlichting@mynethome.de"
}
],
"bugs": {
"url": "https://github.com/NativeScript/plugins/issues"
},
"license": "MIT",
"homepage": "https://github.com/NativeScript/plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"types": "./index.d.d.ts"
}