-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
44 lines (44 loc) · 1.08 KB
/
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
43
44
{
"name": "react-native-pull-to-refresh-custom",
"version": "1.0.3",
"description": " Custom pull to refresh Header supporting for React Native ScrollView/FlatList",
"main": "lib/PullToRefresh.js",
"types": "lib/PullToRefresh.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"files": [
"src",
"lib",
"README.md"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sophister/react-native-pull-to-refresh-custom.git"
},
"keywords": [
"React",
"Native",
"pull",
"to",
"refresh",
"custom",
"header"
],
"author": "Jesse",
"license": "ISC",
"bugs": {
"url": "https://github.com/sophister/react-native-pull-to-refresh-custom/issues"
},
"homepage": "https://github.com/sophister/react-native-pull-to-refresh-custom#readme",
"devDependencies": {
"@types/react": "^16.8.23",
"@types/react-native": "^0.57.65",
"typescript": "^3.5.3"
}
}