forked from nick/react-native-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 749 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
{
"name": "react-native-carousel",
"version": "0.9.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-timer-mixin": "^0.13.3"
},
"peerDependencies": {
"react-native": ">=0.28 <1.0"
}
}