Files
react-native-dialogs/package.json
T
Noitidart 8dcd01623b Added contributors following all-contributors spec (#84)
* Added contributors following all-contributors spec - https://www.npmjs.com/package/all-contributors-cli#installation - to use this cli to add/edit users we do:

./node_modules/.bin/all-contributors add

* moved vnovak to first contirbutor, for some reason it had put me first

* after vnovak and myself i alphabetized all other contirbutors
2018-05-29 14:12:22 +02:00

28 lines
676 B
JSON

{
"name": "react-native-dialogs",
"version": "0.0.21",
"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"
}
}