forked from react-native-vietnam/react-native-search-box
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 688 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "react-native-search-box",
"version": "0.0.13",
"description":
"A simple search box with animation, inspired from ios search bar. Lightweight, fast, flexible, customizable. Support both iOS/Android devices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/agiletechvn/react-native-search-box.git"
},
"author":
"Anh Tuan Nguyen <anhtuank7c@hotmail.com> (https://github.com/anhtuank7c)",
"license": "MIT",
"keywords": ["react-native", "ios", "android", "anhtuank7c", "agiletechvn"],
"dependencies": {
"prop-types": "^15.5.10"
}
}