This repository was archived by the owner on Mar 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathpackage.json
46 lines (46 loc) · 1.61 KB
/
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
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.3-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 <[email protected]>",
"Andreas Amsenius <[email protected]>",
"Arthur Ouaki <[email protected]>",
"Binur Konarbai <[email protected]>",
"Chris Sloey <[email protected]>",
"Corentin Smith <[email protected]>",
"Dmitry Petukhov <[email protected]>",
"Dombi Soma Kristóf <[email protected]>",
"Erik Smartt <[email protected]>",
"Evgeniy Baraniuk <[email protected]>",
"Frank van der Hoek <[email protected]>",
"Juan B. Rodriguez <[email protected]>",
"Kaishley <[email protected]>",
"Martin Giachetti <[email protected]>",
"Mike Monteith <[email protected]>",
"Naoki AINOYA <[email protected]>",
"Nguyen Cao Nhat Linh <[email protected]>",
"Petter Hesselberg <[email protected]>",
"Tim Suchanek <[email protected]>",
"follower <[email protected]>",
"francisco-sanchez-molina <[email protected]>",
"hhravn <[email protected]>",
"kejinliang <[email protected]>",
"pedramsaleh <[email protected]>",
"smartt <[email protected]>",
""
]
}