-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
31 lines (31 loc) · 807 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
{
"name": "react-native-swipeable-parallax-carousel",
"version": "1.1.0",
"description": "React Native Swipeable Parallax Carousel",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "[email protected]:davidsamacoits/react-native-swipeable-parallax-carousel.git"
},
"dependencies": {},
"keywords": [
"react",
"react-native",
"react-component",
"carousel",
"swipeable",
"parallax",
"ios",
"android"
],
"author": "David Samacoïts-Etchegoin",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.46.0"
},
"bugs": {
"url": "https://github.com/davidsamacoits/react-native-swipeable-parallax-carousel/issues"
},
"homepage": "https://github.com/davidsamacoits/react-native-swipeable-parallax-carousel"
}