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

16 lines
274 B
JSON
Raw Normal View History

2017-04-13 04:13:44 +00:00
{
"name": "image-server",
"version": "1.0.0",
"license": "MIT",
2017-04-18 06:05:10 +00:00
"main": "index.js",
2017-04-13 04:13:44 +00:00
"scripts": {
"start": "nodemon ./index"
},
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"morgan": "^1.8.1",
"nodemon": "^1.11.0"
}
}