forked from talut/react-native-picker-module
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 842 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 842 Bytes
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
{
"name": "react-native-picker-module",
"version": "1.3.1",
"description": "React Native Picker Module for Android & IOS",
"main": "index.js",
"types": "react-native-picker-module.d.ts",
"keywords": [
"react-native",
"ios",
"android",
"dialog",
"android spinner",
"picker",
"spinner",
"androidx",
"native"
],
"author": "Talut TASGIRAN",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.60.5",
"prop-types": "^15.7.2"
},
"publishConfig": {"registry": "https://npm.pkg.github.com/@talut"},
"repository": {
"type": "git",
"url": "git://github.com/talut/react-native-picker-module.git"
},
"bugs": {
"url": "https://github.com/talut/react-native-picker-module/issues"
},
"homepage": "https://github.com/talut/react-native-picker-module#readme"
}