-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 746 Bytes
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
{
"name": "react-native-refresh-control-enrichment",
"title": "React Native Refresh Control Enrichment",
"version": "0.2.0",
"description": "原生下拉刷新组件",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitSirzh/react-native-refresh-control-enrichment.git",
"baseUrl": "https://github.com/gitSirzh/react-native-refresh-control-enrichment"
},
"keywords": [
"react-native",
"refresh",
"control",
"ios",
"android"
],
"author": {
"name": "jszh",
"email": "969883825@qq.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md"
}