@nativescript-community/ui-neumorphiclayout
Version:
Neumorphism-based layout for NativeScript
40 lines • 962 B
JSON
{
"name": "@nativescript-community/ui-neumorphiclayout",
"version": "3.1.0",
"description": "Neumorphism-based layout for NativeScript",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/CatchABus/nativescript-plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android",
"Neumorphism"
],
"author": {
"name": "CatchABus",
"email": "katsampasdr@gmail.com"
},
"bugs": {
"url": "https://github.com/CatchABus/nativescript-plugins/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/CatchABus/nativescript-plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"dependencies": {
"@nativescript-community/ui-canvas": "^4.4.1"
},
"types": "./index.d.d.ts"
}