28 lines
669 B
JSON
28 lines
669 B
JSON
{
|
|
"name": "react-native-dialogs",
|
|
"version": "0.0.6",
|
|
"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",
|
|
"android",
|
|
"react-component"
|
|
],
|
|
"author": "Aakash N S",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/aakashns/react-native-dialogs/issues"
|
|
},
|
|
"homepage": "https://github.com/aakashns/react-native-dialogs#readme",
|
|
"peerDependencies": {
|
|
"react-native": ">=0.13.0"
|
|
}
|
|
}
|