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

14 lines
282 B
JSON
Raw Normal View History

2015-10-31 19:30:01 +00:00
{
"name": "ExampleApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
2015-11-18 11:13:49 +00:00
"react-native": ">=0.13.2",
2015-11-01 20:25:48 +00:00
"react-native-dialogs": "*",
2015-11-01 18:04:45 +00:00
"react-native-material-kit": "^0.2.2"
2015-10-31 19:30:01 +00:00
}
}