mirror of
https://github.com/zhigang1992/react-native-picker.git
synced 2026-04-27 21:07:44 +08:00
32 lines
716 B
JSON
32 lines
716 B
JSON
{
|
|
"name": "react-native-picker",
|
|
"version": "0.3.2",
|
|
"description": "react-native-picker",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/beefe/react-native-picker.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"picker"
|
|
],
|
|
"author": {
|
|
"name": "zooble",
|
|
"email": "wenliang.web@gmail.com"
|
|
},
|
|
"dependencies": {
|
|
"react-native-picker-android": "~0.3.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/beefe/react-native-picker/issues"
|
|
},
|
|
"homepage": "https://github.com/beefe/react-native-picker#readme"
|
|
} |