react-native-dialogs/package.json

28 lines
675 B
JSON
Raw Normal View History

2015-10-31 14:58:31 +00:00
{
"name": "react-native-dialogs",
2019-04-25 01:53:17 +00:00
"version": "1.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"
},
"homepage": "https://github.com/aakashns/react-native-dialogs#readme",
"devDependencies": {
"all-contributors-cli": "^4.11.1"
}
2015-10-31 14:58:31 +00:00
}