28 lines
675 B
JSON
28 lines
675 B
JSON
{
|
|
"name": "react-native-dialogs",
|
|
"version": "1.0.1",
|
|
"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",
|
|
"devDependencies": {
|
|
"all-contributors-cli": "^4.11.1"
|
|
}
|
|
}
|