@nstudio/ui-collectionview
Version:
Customized NativeScript CollectionView for high performance lists. Supports vertical and horizontal modes, templating, and more.
60 lines • 1.4 kB
JSON
{
"name": "@nstudio/ui-collectionview",
"version": "5.1.10",
"description": "Customized NativeScript CollectionView for high performance lists. Supports vertical and horizontal modes, templating, and more.",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/nstudio/nativescript-ui-kit.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"RadListView",
"CollectionView",
"collection view",
"grid view",
"grid list view",
"super grid",
"NativeScript UI",
"nativescript community",
"Angular",
"Vue.js",
"Vue.js Native",
"Vue Native",
"Svelte",
"Svelte Native",
"React",
"React NativeScript"
],
"author": {
"name": "Martin Guillon",
"email": "martin@akylas.fr"
},
"contributors": [
{
"name": "nstudio",
"email": "oss@nstudio.io"
}
],
"bugs": {
"url": "https://github.com/nstudio/nativescript-ui-kit/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/nstudio/nativescript-ui-kit",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"dependencies": {
"@nativescript-community/arraybuffers": "^1.1.5"
},
"types": "./index.d.d.ts"
}