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

14 lines
281 B
JSON
Raw Normal View History

2015-11-01 01:00:01 +05:30
{
"name": "ExampleApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
2015-11-01 22:58:44 +05:30
"react-native": "^0.13.2",
2015-11-02 01:55:48 +05:30
"react-native-dialogs": "*",
2015-11-01 23:34:45 +05:30
"react-native-material-kit": "^0.2.2"
2015-11-01 01:00:01 +05:30
}
}