-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
35 lines (35 loc) · 879 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
{
"name": "react-native-banner-carousel",
"version": "1.0.3",
"description": "a carousel component for React Native",
"main": "out/index.js",
"typings": "out/index.d.ts",
"scripts": {
"build": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f111fei/react-native-banner-carousel.git"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"android",
"swiper",
"carousel",
"react-native-swiper",
"react-native-carousel"
],
"author": "xzper",
"license": "MIT",
"bugs": {
"url": "https://github.com/f111fei/react-native-banner-carousel/issues"
},
"homepage": "https://github.com/f111fei/react-native-banner-carousel",
"devDependencies": {
"@types/react-native": "^0.46.9"
}
}