forked from manijak/nativescript-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 904 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "nativescript-carousel",
"description": "Carousel component for NativeScript (iOS & Android).",
"main": "index",
"version": "3.1.0",
"nativescript": {
"platforms": {
"ios": "3.0.0",
"android": "3.0.0"
},
"plugin": {
"nan": "true",
"core3": "false",
"pan": "true",
"wrapper": "false",
"category": "Interface"
}
},
"repository": {
"type": "git",
"url": "https://github.com/manijak/nativescript-carousel.git"
},
"keywords": [
"NativeScript",
"Carousel",
"Slider",
"Pager",
"ViewPager",
"DKCarouselView",
"iOS",
"Android",
"manijak"
],
"author": "Nedim Erkocevic <[email protected]> (https://github.com/manijak)",
"bugs": "https://github.com/manijak/nativescript-carousel/issues",
"license": "MIT",
"homepage": "https://github.com/manijak/nativescript-carousel"
}