You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
794 B

{
"name": "react-native-date-picker",
"version": "2.0.0",
"description": "A Cross Platform React Native Picker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "mv README.md githubREADME.md && mv npmREADME.md README.md",
"postpublish": "mv README.md npmREADME.md && mv githubREADME.md README.md"
},
"repository": {
"type": "git",
"url": "git@github.com:henninghall/react-native-date-picker.git"
},
"author": "henninghall",
"license": "MIT",
"homepage": "https://github.com/henninghall/react-native-date-picker",
"keywords": [
"datepicker",
"date-picker",
"date picker",
"react native",
"react native date picker",
"react-native",
"react-native-date-picker"
]
}