forked from NadiKuts/react-native-pull-refresh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 793 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
{
"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"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "3.0.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12",
"lottie-react-native": "^2.2.0",
"react": "16.0.0-alpha.12",
"react-native": "0.47.1"
}
}