2019-07-04 23:49:38 -04:00
|
|
|
{
|
|
|
|
|
"name": "ReactNativeFastImageExampleServer",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"private": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "nodemon ./index"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
|
"express": "^4.17.1",
|
|
|
|
|
"morgan": "^1.9.1",
|
2020-03-01 16:05:40 -05:00
|
|
|
"nodemon": "^2.0.2"
|
2019-07-04 23:49:38 -04:00
|
|
|
}
|
|
|
|
|
}
|