-
Notifications
You must be signed in to change notification settings - Fork 126
/
package.json
34 lines (34 loc) · 870 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-pull-refresh",
"version": "1.0.0",
"description": "Custom pull to refresh component for Android",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"author": "Nadezhda Kutsenko",
"license": "MIT",
"homepage": "https://github.com/NadiKuts/react-native-pull-refresh",
"keywords": [
"react-native",
"react-component",
"android",
"animated",
"pull to refresh"
],
"bugs": {
"url": "https://github.com/NadiKuts/react-native-pull-refresh/issues"
},
"dependencies": {
"react-test-renderer": "16.0.0",
"lottie-react-native": "2.2.0",
"react": "16.0.0",
"react-native": "0.55.0",
"prop-types": "^15.6.1"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "3.0.0",
"jest": "20.0.4"
}
}