Dylan Vann 364869b4d8 Move example and example server.
Better folder naming.
2018-03-10 18:40:27 -05:00

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.17.1",
"express": "^4.15.2",
"morgan": "^1.8.1",
"nodemon": "^1.11.0"
}
}