{
	"name": "nativescript-inappbrowser",
	"version": "3.3.0",
	"description": "InAppBrowser for NativeScript",
	"main": "InAppBrowser",
	"typings": "index.d.ts",
	"nativescript": {
		"platforms": {
			"android": "6.5.0",
			"ios": "6.5.0"
		}
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/proyecto26/nativescript-inappbrowser.git"
	},
	"scripts": {
		"setup": "ts-patch install",
		"tsc": "ts-patch install && tsc",
		"test.android": "npm run tsc && npm run tslint && ns --path ../demo build android && ns --path ../demo test android --justlaunch",
		"test.ios": "npm run tsc && npm run tslint && ns --path ../demo build ios && ns --path ../demo test ios --justlaunch",
		"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
		"ci.tslint": "tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**' --exclude '**/platforms/**'",
		"demo.ios": "ns --path ../demo debug ios",
		"demo.android": "ns --path ../demo debug android",
		"demo.reset": "ns --path ../demo clean",
		"plugin.prepare": "ns --path ../demo plugin remove nativescript-inappbrowser && ns --path ../demo plugin add .",
		"clean": "npm run demo.reset && npx rimraf node_modules package-lock.json && npm i"
	},
	"keywords": [
		"NativeScript",
		"JavaScript",
		"Android",
		"iOS",
		"browser",
		"inappbrowser",
		"in-app-browser",
		"InAppBrowser",
		"Chrome",
		"Safari",
		"Chrome Custom Tabs",
		"SafariServices",
		"AuthenticationServices",
		"SFSafariViewController",
		"CustomTabsIntent",
		"ChromeTabsManagerActivity"
	],
	"author": {
		"name": "Juan David Nicholls Cardona",
		"email": "jdnichollsc@hotmail.com"
	},
	"bugs": {
		"url": "https://github.com/proyecto26/nativescript-inappbrowser/issues"
	},
	"license": "MIT",
	"homepage": "https://github.com/proyecto26/nativescript-inappbrowser",
	"devDependencies": {
		"@nativescript/core": "~8.3.1",
		"@nativescript/types": "~8.3.1",
		"@nativescript/webpack": "~5.0.8",
		"@nativescript/types-ios": "~8.3.1",
		"@nativescript/types-android": "~8.3.1",
		"typescript": "~4.7.3",
		"prompt": "^1.2.0",
		"rimraf": "^3.0.2",
		"tslint": "^6.1.3",
		"ts-node": "^10.4.0",
		"ts-patch": "^1.4.5",
		"semver": "^7.3.5"
	},
	"bootstrapper": "nativescript-plugin-seed"
}
