react-native-dialogs/examples/ExampleApp/package.json

12 lines
205 B
JSON

{
"name": "ExampleApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.13.2"
}
}