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

14 lines
345 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-18 12:13:49 +01:00
"react-native": ">=0.13.2",
2016-01-27 21:24:00 +05:30
"react-native-dialogs": "file:///Users/aakashns/workspace/opensource/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
}
}