@nstudio/nativescript-carousel
Version:
Carousel component for NativeScript (iOS & Android).
73 lines (72 loc) • 1.64 kB
JSON
{
"name": "@nstudio/nativescript-carousel",
"description": "Carousel component for NativeScript (iOS & Android).",
"version": "8.0.3",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
},
"plugin": {
"nan": "true",
"core3": "true",
"pan": "true",
"vue": "true",
"webpack": "true",
"wrapper": "",
"category": "Interface"
}
},
"repository": {
"type": "git",
"url": "https://github.com/nstudio/nativescript-plugins.git"
},
"keywords": [
"NativeScript",
"Carousel",
"Slider",
"Pager",
"ViewPager",
"DKCarouselView",
"iOS",
"Android",
"manijak"
],
"author": {
"name": "Nedim Erkocevic",
"email": "nedim@fkzeljo.com",
"url": "https://github.com/manijak"
},
"contributors": [
{
"name": "Brad Martin",
"email": "bradwaynemartin@gmail.com",
"url": "https://github.com/bradmartin"
},
{
"name": "Nathan Walker",
"url": "https://github.com/NathanWalker"
},
{
"name": "Pedro Marins",
"email": "ph.marins@hotmail.com",
"url": "https://github.com/rickwalking"
},
{
"name": "nStudio OSS",
"email": "oss@nstudio.io"
}
],
"bugs": {
"url": "https://github.com/nstudio/nativescript-plugins/issues"
},
"license": "MIT",
"homepage": "https://github.com/nstudio/nativescript-plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"peerDependencies": {
"nativescript-permissions": ">=1.3.11"
}
}