-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
30 lines (30 loc) · 825 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
{
"name": "react-native-material-design-searchbar",
"version": "1.8.0",
"description": "A React Native Material Design SearchBar",
"main": "SearchBar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ananddayalan/react-native-material-design-searchbar.git"
},
"keywords": [
"react-native",
"Search",
"component",
"SearchBar",
"Material Design"
],
"dependencies": {
"prop-types": "^15.5.10",
"react-native-vector-icons": "^4.2.0"
},
"author": "Anand Dayalan",
"license": "MIT",
"bugs": {
"url": "https://github.com/ananddayalan/react-native-material-design-searchbar/issues"
},
"homepage": "https://github.com/ananddayalan/react-native-material-design-searchbar"
}