-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
34 lines (34 loc) · 980 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
{
"name": "react-native-web-refresh-control",
"version": "1.1.2",
"description": "An implementation of React Native's RefreshControl for web, since react-native-web currently does not provide one",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NiciusB/react-native-web-refresh-control.git"
},
"keywords": [
"react-native",
"react-native-web",
"RefreshControl"
],
"author": "Nuno Balbona",
"license": "MIT",
"bugs": {
"url": "https://github.com/NiciusB/react-native-web-refresh-control/issues"
},
"homepage": "https://github.com/NiciusB/react-native-web-refresh-control#readme",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-universe": "^1.0.7",
"eslint-plugin-react-hooks": "^2.1.1",
"prettier": "^1.17.0"
}
}