react-native-fast-image/react-native-fast-image-exa.../package.json

16 lines
300 B
JSON

{
"name": "react-native-fast-image-example-server",
"version": "1.0.0",
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "nodemon ./index"
},
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"morgan": "^1.9.1",
"nodemon": "^1.18.4"
}
}