-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 892 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 892 Bytes
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
{
"name": "react-native-stack-carousel",
"version": "1.0.3",
"author": "mehuljetani",
"main": "./src/index.ts",
"keywords": [
"react-native",
"react-native-carousel",
"react-native-stack-carousel",
"react-native-carousel-stack",
"react-native-stack-animation",
"react-native-swiper-flatlist"
],
"description": "A React Native component for creating an animated stack carousel with customizable directions and gestures.",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo Building package..."
},
"repository": {
"type": "git",
"url": "https://github.com/mehuljetani/react-native-stack-carousel"
},
"bugs": {
"url": "https://github.com/mehuljetani/react-native-stack-carousel/issues"
},
"homepage": "https://github.com/mehuljetani/react-native-stack-carousel#readme"
}