forked from esthor/react-native-swipeable-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 954 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
37
38
{
"name": "react-native-swipeable-list",
"version": "0.0.9",
"description": "A Swipeable FlatList for React-Native with Quick Actions & Animations",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esthor/react-native-swipeable-list.git"
},
"keywords": [
"react-native",
"flatlist",
"swipeable",
"ux",
"list",
"gesture",
"animations",
"performant"
],
"author": "Erik Thorelli",
"license": "MIT",
"bugs": {
"url": "https://github.com/esthor/react-native-swipeable-list/issues"
},
"homepage": "https://github.com/esthor/react-native-swipeable-list#readme",
"peerDependencies": {
"react": ">=16.11.0",
"react-native": ">=0.61.4"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.57.0",
"react": "16.11.0",
"react-native": "0.61.4"
}
}