@nativescript/appwrite
Version:
Appwrite SDK for NativeScript
36 lines • 795 B
JSON
{
"name": "@nativescript/appwrite",
"version": "0.1.1",
"description": "Appwrite SDK for NativeScript",
"main": "index",
"types": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/appwrite.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android",
"Appwrite"
],
"author": {
"name": "NativeScript",
"email": "oss@nativescript.org"
},
"bugs": {
"url": "https://github.com/NativeScript/appwrite/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/NativeScript/appwrite",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}