-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
55 lines (55 loc) · 1.27 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "searchable-flatlist",
"version": "0.0.4",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "0.51.0"
},
"devDependencies": {
"babel-jest": "22.0.4",
"babel-preset-react-native": "4.0.0",
"jest": "22.0.4",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
},
"description":
"Wrapper component over Flatlist component to provide search functionality.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Ajith-Pandian/SearchableFlatlist.git"
},
"keywords": [
"searchable",
"filterable",
"flatlist",
"list",
"filter",
"reactnative",
"react",
"search",
"filter",
"filter-list",
"search-list",
"react-native-search",
"react-native-filter",
"flatlist-search",
"flatlist-filter",
"react-native-flatlist",
"react-native-search",
"react-native-filter"
],
"author": "Ajith Pandian",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ajith-Pandian/SearchableFlatlist/issues"
},
"homepage": "https://github.com/Ajith-Pandian/SearchableFlatlist#readme"
}