-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 901 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
36
{
"name": "react-native-custom-swiper",
"version": "1.0.16",
"description": "Custom swiper for React Native component.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logisticinfotech/react-native-custom-swiper.git"
},
"keywords": [
"Swiper",
"Custom",
"Horizontal",
"Flatlist",
"Swipe",
"View"
],
"author": "Logistic Infotech Pvt. Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/logisticinfotech/react-native-custom-swiper/issues"
},
"homepage": "https://www.logisticinfotech.com/blog/custom-swiper-react-native-flatlist/",
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"@types/react": "^16.8.13",
"typescript": "^3.4.3"
}
}