-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "react-native-js-material-searchbar",
"version": "0.0.1",
"description":
"A React Native material search bar for Android that follows the Google's material design guidelines.",
"author": "Antonio Moreno Valls <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url":
"git+https://github.com/InterfaceKit/react-native-js-material-searchbar.git"
},
"bugs": {
"url":
"https://github.com/InterfaceKit/react-native-js-material-searchbar/issues"
},
"tags": [
"react",
"react-native",
"react-component",
"android",
"material-design",
"search-bar"
],
"keywords": [
"react",
"react-native",
"react-component",
"android",
"material-design",
"search-bar"
],
"scripts": {
"prettier":
"prettier --single-quote --print-width 81 --write index.js lib/BottomSheet.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"main": "index.js",
"dependencies": {},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
"preset": "react-native"
}
}