forked from nucleartux/react-native-date
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 772 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
31
32
33
{
"name": "react-native-date",
"version": "1.0.3",
"description": "React Native date and time pickers for Android",
"main": "index.android.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nucleartux/react-native-date.git"
},
"keywords": [
"react-component",
"react",
"react-native",
"android",
"mobile",
"native"
],
"peerDependencies": {
"react-native": ">=0.5"
},
"author": {
"name": "Adrov Igor"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nucleartux/react-native-date/issues"
},
"homepage": "https://github.com/nucleartux/react-native-date#readme",
"readmeFilename": "README.md"
}