react-native-dialogs/package.json

27 lines
641 B
JSON
Raw Normal View History

2015-10-31 14:58:31 +00:00
{
"name": "react-native-dialogs",
2015-11-01 20:20:43 +00:00
"version": "0.0.2",
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",
"android"
],
"author": "Aakash N S",
"license": "MIT",
"bugs": {
"url": "https://github.com/aakashns/react-native-dialogs/issues"
},
2015-10-31 15:51:50 +00:00
"homepage": "https://github.com/aakashns/react-native-dialogs#readme",
"dependencies": {
"react-native": "^0.13.2"
}
2015-10-31 14:58:31 +00:00
}