File tree Expand file tree Collapse file tree 1 file changed +31
-25
lines changed Expand file tree Collapse file tree 1 file changed +31
-25
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @react-native-community/progress-view" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " React Native Progress View iOS Library" ,
5
- "publishConfig" : {
6
- "access" : " public"
5
+ "keywords" : [
6
+ " ProgressViewIOS" ,
7
+ " progress" ,
8
+ " progress view" ,
9
+ " react native" ,
10
+ " react-native"
11
+ ],
12
+ "homepage" : " https://github.com/react-native-community/react-native-progress-view#readme" ,
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " git+https://github.com/react-native-community/react-native-progress-view.git"
7
16
},
17
+ "license" : " MIT" ,
18
+ "author" :
" Kaiden Sin <[email protected] >" ,
19
+ "files" : [
20
+ " android" ,
21
+ " ios" ,
22
+ " js" ,
23
+ " react-native-progress-view.podspec"
24
+ ],
8
25
"main" : " js/index.js" ,
9
26
"scripts" : {
27
+ "flow" : " flow" ,
28
+ "lint" : " eslint ." ,
10
29
"run:ios" : " node node_modules/react-native/local-cli/cli.js run-ios --project-path \" ./example/ios\" " ,
11
30
"start" : " node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD" ,
12
- "flow" : " flow" ,
13
- "test" :" jest" ,
14
- "lint" : " eslint ."
31
+ "test" : " jest"
15
32
},
16
- "peerDependencies" : {
17
- "react" : " ^16.8.3" ,
18
- "react-native" : " >=0.59.5"
33
+ "jest" : {
34
+ "preset" : " react-native"
19
35
},
20
36
"dependencies" : {},
21
37
"devDependencies" : {
35
51
"react-native" : " ^0.61.5" ,
36
52
"react-test-renderer" : " 16.8.3"
37
53
},
38
- "jest" : {
39
- "preset" : " react-native"
40
- },
41
- "repository" : {
42
- "type" : " git" ,
43
- "url" : " git+https://github.com/react-native-community/react-native-progress-view.git"
54
+ "peerDependencies" : {
55
+ "react" : " ^16.8.3" ,
56
+ "react-native" : " >=0.59.5"
44
57
},
45
- "keywords" : [
46
- " react-native" ,
47
- " react native" ,
48
- " ProgressViewIOS" ,
49
- " progress" ,
50
- " progress view"
51
- ],
52
- "author" :
" Kaiden Sin <[email protected] >" ,
53
- "license" : " MIT" ,
54
- "homepage" : " https://github.com/react-native-community/react-native-progress-view#readme"
55
- }
58
+ "publishConfig" : {
59
+ "access" : " public"
60
+ }
61
+ }
You can’t perform that action at this time.
0 commit comments