-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 924 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
{
"name": "react-native-invertible-flatlist",
"version": "1.2.1",
"description": "A FlatList that can be flipped.",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src/"
],
"repository": {
"type": "git",
"url": "git://github.com/nickcharles/react-native-invertible-flatlist.git"
},
"keywords": [
"react",
"native",
"flat",
"list",
"flatlist",
"invert",
"invertible"
],
"author": "Nick Morgan <[email protected]> (http://nickcmorgan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nickcharles/react-native-invertible-flatlist/issues"
},
"homepage": "https://github.com/nickcharles/react-native-invertible-flatlist#readme",
"devDependencies": {
"@types/react": "^15.0.28",
"@types/react-native": "^0.44.10"
},
"peerDependencies": {
"react": ">=16.0.0-alpha.6",
"react-native": ">=0.44.0"
}
}