react-native-dialogs/package.json

25 lines
610 B
JSON
Raw Normal View History

2015-10-31 20:28:31 +05:30
{
"name": "react-native-dialogs",
2017-12-08 00:19:17 +01:00
"version": "0.0.21",
2015-10-31 20:28:31 +05:30
"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-02 04:22:59 +05:30
"android",
"react-component"
2015-10-31 20:28:31 +05:30
],
"author": "Aakash N S",
"license": "MIT",
"bugs": {
"url": "https://github.com/aakashns/react-native-dialogs/issues"
},
2016-04-06 09:18:58 +02:00
"homepage": "https://github.com/aakashns/react-native-dialogs#readme"
2015-10-31 20:28:31 +05:30
}