react-native-dialogs/package.json

28 lines
670 B
JSON
Raw Normal View History

2015-10-31 20:28:31 +05:30
{
"name": "react-native-dialogs",
2016-02-19 04:11:13 +05:30
"version": "0.0.12",
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"
},
2015-10-31 21:21:50 +05:30
"homepage": "https://github.com/aakashns/react-native-dialogs#readme",
"peerDependencies": {
2015-11-17 14:21:28 +01:00
"react-native": ">=0.13.0"
2015-10-31 21:21:50 +05:30
}
2015-10-31 20:28:31 +05:30
}