|
@@ -21,13 +21,24 @@
|
21
|
21
|
"image header"
|
22
|
22
|
],
|
23
|
23
|
"rnpm": {
|
24
|
|
- "commands": {
|
25
|
|
- "prelink": "node ./node_modules/react-native-fetch-blob/scripts/prelink.js"
|
26
|
|
- }
|
27
|
|
- },
|
|
24
|
+ "commands": {
|
|
25
|
+ "prelink": "node ./node_modules/react-native-fetch-blob/scripts/prelink.js"
|
|
26
|
+ }
|
|
27
|
+ },
|
28
|
28
|
"repository": {
|
29
|
29
|
"url": "https://github.com/wkh237/react-native-fetch-blob.git"
|
30
|
30
|
},
|
31
|
|
- "author": "wkh237",
|
32
|
|
- "license": "MIT"
|
|
31
|
+ "author": "wkh237 <xeiyan@gmail.com>",
|
|
32
|
+ "license": "MIT",
|
|
33
|
+ "contributors": [
|
|
34
|
+ "Dmitry Petukhov <dmitryvpetukhov@gmail.com>",
|
|
35
|
+ "Erik Smartt <code@eriksmartt.com>",
|
|
36
|
+ "Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
|
|
37
|
+ "Juan B. Rodriguez <jbrodriguez@gmail.com>",
|
|
38
|
+ "Nguyen Cao Nhat Linh <nhatlinh95@gmail.com>",
|
|
39
|
+ "Tim Suchanek <tim.suchanek@gmail.com>",
|
|
40
|
+ "follower <github@rancidbacon.com>",
|
|
41
|
+ "smartt <github@eriksmartt.com>",
|
|
42
|
+ ""
|
|
43
|
+ ]
|
33
|
44
|
}
|