-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
43
44
45
{
"name": "@byron-react-native/refresh-control",
"title": "React Native Refresh Control",
"version": "1.2.5",
"description": "React Native Refresh Control",
"main": "index.js",
"private": false,
"files": [
"README.md",
"android",
"index.js",
"index.d.ts",
"assets",
"ios",
"react-native-refresh-control.podspec",
"!android/**/build/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"push": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/472647301/react-native-refresh-control.git",
"baseUrl": "https://github.com/472647301/react-native-refresh-control"
},
"keywords": [
"react-native"
],
"author": {
"name": "byron",
"email": "byron.zhuwenbo@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}