forked from moschan/react-native-pull-to-refresh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 863 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 863 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
30
31
32
33
34
35
36
{
"name": "react-native-pull-to-refresh",
"version": "2.1.3",
"description": "The Pull-To-Refresh ScrollView component for React Native",
"main": "index.js",
"files": [
"README.md",
"lib",
"index.js",
"package.json"
],
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moschan/react-native-pull-to-refresh.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"pull-to-refresh",
"scroll-view"
],
"author": "moschan <kota.frsw@gmail.com> (http://moschan.com/blog)",
"license": "MIT",
"devDependencies": {
"prop-types": "^15.6.0"
},
"bugs": {
"url": "https://github.com/moschan/react-native-pull-to-refresh/issues"
},
"homepage": "https://github.com/moschan/react-native-pull-to-refresh#readme"
}