forked from alien9996/react-native-currency-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "react-native-currency-picker",
"version": "1.0.5",
"author": "Alien",
"license": "MIT",
"description": "React native library country picker",
"private": false,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"android",
"IOS",
"library",
"country",
"currency",
"region",
"picker",
"currency-picker"
],
"repository": {
"type": "git",
"url": "https://github.com/alien9996/react-native-currency-picker.git"
},
"bugs": {
"url": "https://github.com/alien9996/react-native-currency-picker.git/issues"
},
"homepage": "https://github.com/alien9996/react-native-currency-picker.git#readme",
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"dependencies": {
"fuse.js": "^6.4.1",
"react-native-auto-height-image": "^3.2.3",
"react-native-status-bar-height": "^2.5.0"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.63.0"
}
}