nativescript-purchase
Version:
A NativeScript plugin for making in-app purchases
43 lines • 909 B
JSON
{
"name": "nativescript-purchase",
"version": "2.0.14",
"description": "A NativeScript plugin for making in-app purchases",
"main": "purchase",
"typings": "nativescript-purchase.d.ts",
"nativescript": {
"platforms": {
"ios": "3.0.0",
"android": "3.0.0"
},
"plugin": {
"nan": "true",
"pan": "true",
"core3": "true",
"category": "Utilities"
}
},
"repository": {
"type": "git",
"url": "https://github.com/PeterStaev/nativescript-purchase"
},
"keywords": [
"NativeScript",
"iap",
"in-app purchase",
"in-app billing",
"vending",
"payment",
"subscription",
"tangra"
],
"author": "Peter Staev <peter@tangrasoft.com>",
"contributors": [
"Sven Ziegler (https://github.com/svzi)",
"Yoann Wackers (https://github.com/Heer0)",
"Royi Namir (https://github.com/RoyiNamir)"
],
"license": "Apache-2.0",
"peerDependencies": {
"tns-core-modules": ">=3"
}
}