@nativescript/square-in-app-payments
Version:
Square In-App Payments SDK for NativeScript
56 lines • 1.22 kB
JSON
{
"name": "@nativescript/square-in-app-payments",
"version": "1.0.1",
"description": "Square In-App Payments SDK for NativeScript",
"main": "index",
"types": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
},
"hooks": [
{
"type": "after-prepare",
"script": "hooks/after-prepare.js",
"inject": true
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/payments.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android",
"Square"
],
"author": {
"name": "Kyrsten Carlson",
"email": "k.carlson@launchpoint.dev"
},
"contributors": [
{
"name": "NativeScript",
"email": "oss@nativescript.org"
}
],
"bugs": {
"url": "https://github.com/NativeScript/payments/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/payments",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"dependencies": {
"xcode": "~3.0.1"
},
"scripts": {
"preuninstall": "node preuninstall",
"postinstall": "node postinstall"
}
}