Files
react-native-picker/package.json
2016-01-13 14:35:07 +08:00

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"
}