forked from wkh237/react-native-fetch-blob
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.61 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.61 KB
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
37
38
39
40
41
42
43
44
45
46
{
"name": "react-native-fetch-blob-dev-env",
"description": "RNFB development environment, not dist package",
"version": "0.10.2-dev",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"update-info": "sh scripts/contributors.sh",
"test": "sh ./scripts/test.sh"
},
"devDependencies": {
"body-parser": "^1.15.0",
"chalk": "^1.1.3",
"chokidar": "^1.5.1",
"express": "^4.13.4",
"multer": "^1.1.0"
},
"contributors": [
"960px <pinovel@gmail.com>",
"Andreas Amsenius <andreas@amsenius.se>",
"Arthur Ouaki <arthur.ouaki@gmail.com>",
"Binur Konarbai <binur95@gmail.com>",
"Chris Sloey <chris@addjam.com>",
"Corentin Smith <corentin.smith@gmail.com>",
"Dmitry Petukhov <dmitryvpetukhov@gmail.com>",
"Dombi Soma Kristóf <dombis@sonrisa.hu>",
"Erik Smartt <code@eriksmartt.com>",
"Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
"Frank van der Hoek <frank.vanderhoek@gmail.com>",
"Juan B. Rodriguez <jbrodriguez@gmail.com>",
"Kaishley <kklingachetti@msn.com>",
"Martin Giachetti <martin.giachetti@gmail.com>",
"Mike Monteith <mike@mikemonteith.com>",
"Naoki AINOYA <ainonic@gmail.com>",
"Nguyen Cao Nhat Linh <nhatlinh95@gmail.com>",
"Petter Hesselberg <petterh@microsoft.com>",
"Tim Suchanek <tim.suchanek@gmail.com>",
"follower <github@rancidbacon.com>",
"francisco-sanchez-molina <psm1984@gmail.com>",
"hhravn <hhravn@gmail.com>",
"kejinliang <kejinliang@users.noreply.github.com>",
"pedramsaleh <spmact@yahoo.ca>",
"smartt <github@eriksmartt.com>",
""
]
}