2015-10-31 14:58:31 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-dialogs",
|
2015-11-01 23:00:41 +00:00
|
|
|
"version": "0.0.5",
|
2015-10-31 14:58:31 +00:00
|
|
|
"description": "React Native wrappers for https://github.com/afollestad/material-dialogs ",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/aakashns/react-native-dialogs.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
2015-11-01 22:52:59 +00:00
|
|
|
"android",
|
|
|
|
"react-component"
|
2015-10-31 14:58:31 +00:00
|
|
|
],
|
|
|
|
"author": "Aakash N S",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/aakashns/react-native-dialogs/issues"
|
|
|
|
},
|
2015-10-31 15:51:50 +00:00
|
|
|
"homepage": "https://github.com/aakashns/react-native-dialogs#readme",
|
2015-11-01 23:00:19 +00:00
|
|
|
"peerDependencies": {
|
2015-11-17 13:21:28 +00:00
|
|
|
"react-native": ">=0.13.0"
|
2015-10-31 15:51:50 +00:00
|
|
|
}
|
2015-10-31 14:58:31 +00:00
|
|
|
}
|