-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 782 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": "test",
"version": "0.0.4",
"private": false,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"react-native": "0.56.0"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "^5",
"jest": "23.5.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
},
"bugs": {
"url": "https://github.com/hpmax00/react-native-custom-list/issues"
},
"homepage": "https://github.com/hpmax00/react-native-custom-list#readme",
"license": "MIT",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"list",
"header refresh",
"pulldown animation"
]
}