-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathpackage.json
31 lines (31 loc) · 839 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-carousel",
"version": "0.12.0",
"description": "Simple carousel component for react-native",
"main": "Carousel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nick/react-native-carousel.git"
},
"keywords": [
"react-native",
"carousel"
],
"author": "Nick Poulden <[email protected]> (https://github.com/nick)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nick/react-native-carousel/issues"
},
"homepage": "https://github.com/nick/react-native-carousel",
"dependencies": {
"@react-native-community/viewpager": "^1.1.7",
"react-timer-mixin": "^0.13.3"
},
"peerDependencies": {
"create-react-class": ">=15.6.2",
"react-native": ">=0.28 <1.0"
}
}