-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 917 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
34
35
36
37
38
39
40
41
42
{
"name": "react-native-dynamic-picker",
"version": "1.0.6",
"description": "dynamic picker,datetime picker",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiaocaibird/react-native-dynamic-picker.git"
},
"keywords": [
"react",
"react-native",
"picker",
"datetime",
"date"
],
"author": "CM Zhou",
"license": "MIT",
"bugs": {
"url": "https://github.com/xiaocaibird/react-native-dynamic-picker/issues"
},
"homepage": "https://github.com/xiaocaibird/react-native-dynamic-picker#readme",
"peerDependencies": {
"react": "^15.3.2",
"react-native": "^0.35.0"
},
"dependencies": {
"lodash": "^4.16.6"
},
"files": [
"lib",
"tsconfig.json",
"index.ts",
"index.js",
"LICENSE",
"README.md",
"README.cn.md"
]
}