mirror of
https://github.com/zhigang1992/react-native-picker.git
synced 2026-01-12 22:50:37 +08:00
18 lines
446 B
JSON
18 lines
446 B
JSON
{
|
|
"name": "react-native-picker",
|
|
"version": "4.3.7",
|
|
"description": "A Native Picker with high performance.",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:beefe/react-native-picker.git"
|
|
},
|
|
"author": "zooble",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/beefe/react-native-picker"
|
|
}
|