-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 812 Bytes
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-interactable-swiper",
"version": "0.0.1",
"description": "Swiper for ReactNative apps",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/wowmaking/react-native-interactable-swiper.git"
},
"keywords": [
"React Native",
"Swiper"
],
"author": "Gleb Volchetskiy",
"license": "MIT",
"bugs": {
"url": "hhttps://github.com/wowmaking/react-native-interactable-swiper/issues"
},
"homepage": "https://github.com/wowmaking/react-native-interactable-swiper#readme",
"dependencies": {
"prop-types": "^15.6.1"
},
"peerDependencies": {
"react": ">=16.4.0",
"react-native": "*",
"react-native-interactable": "*"
}
}