forked from mjsolidarios/react-native-search-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "react-native-search-filter",
"version": "0.1.1",
"description": "React Native search component with filter function.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"jest-expo": "~18.0.0",
"prop-types": "^15.5.10",
"react-native-scripts": "0.0.50",
"react-test-renderer": "16.0.0-alpha.12"
},
"repository": {
"type": "git",
"url": "https://github.com/mjsolidarios/react-native-search-filter"
},
"keywords": [
"react-native",
"react",
"search",
"input",
"filter",
"component",
"javascript",
"react-component"
],
"author": "mjsolidarios <[email protected]> <https://github.com/mjsolidarios>",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.41.2"
},
"dependencies": {
"fuse.js": "^3.0.5"
}
}