forked from henninghall/react-native-date-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 843 Bytes
/
package.json
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
{
"name": "react-native-date-picker",
"version": "2.4.1",
"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": "[email protected]:henninghall/react-native-date-picker.git"
},
"dependencies": {
"moment": "^2.22.1"
},
"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"
]
}