mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 12:18:12 +00:00
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"name": "image-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"
|
|
}
|
|
}
|