Files
react-native-dialogs/examples/ExampleApp/package.json
T
2015-11-18 12:13:49 +01:00

14 lines
282 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",
"react-native-dialogs": "*",
"react-native-material-kit": "^0.2.2"
}
}