{
	"name": "nativescript-azure-mobile-apps",
	"version": "2.0.4",
	"description": "A NativeScript plugin for working with Azure Mobile Apps",
	"main": "azure-mobile-apps",
	"types": "azure-mobile-apps.d.ts",
	"nativescript": {
		"platforms": {
			"android": "3.0.0",
			"ios": "3.0.0"
		},
		"plugin": {
			"nan": "true",
			"pan": "true",
			"core3": "true",
			"category": "Utilities"
		}
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/PeterStaev/nativescript-azure-mobile-apps"
	},
	"keywords": [
		"NativeScript",
		"Azure",
		"Mobile Apps",
		"Social Sign In",
		"Push Notifications",
		"tangra"
	],
	"author": "Peter Staev <peter@tangrasoft.com>",
	"contributors": [
		"George Edwards (https://github.com/georgeedwards)",
		"Eddy Verbruggen (https://github.com/eddyverbruggen)"
	],
	"license": "Apache-2.0",
	"peerDependencies": {
		"tns-core-modules": ">=3"
	}
}