Files
react-native-fast-image/react-native-fast-image-example-server/package.json
T

16 lines
300 B
JSON
Raw Normal View History

2017-04-13 00:13:44 -04:00
{
2018-03-10 18:40:27 -05:00
"name": "react-native-fast-image-example-server",
2017-04-13 00:13:44 -04:00
"version": "1.0.0",
"license": "MIT",
2017-04-18 02:05:10 -04:00
"main": "index.js",
2017-04-13 00:13:44 -04:00
"scripts": {
"start": "nodemon ./index"
},
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"morgan": "^1.8.1",
"nodemon": "^1.11.0"
}
}