react-native-dialogs/package.json

46 lines
1.0 KiB
JSON
Raw Normal View History

2015-10-31 14:58:31 +00:00
{
"name": "react-native-dialogs",
2019-09-27 08:56:23 +00:00
"version": "1.1.0",
2015-10-31 14:58:31 +00:00
"description": "React Native wrappers for https://github.com/afollestad/material-dialogs ",
"main": "index.js",
2019-09-27 15:00:23 +00:00
"files": [
"android",
"DialogAndroid.js"
],
2015-10-31 14:58:31 +00:00
"scripts": {
"test": "test",
"lint": "eslint --ext .js,.ts,.tsx ."
2015-10-31 14:58:31 +00:00
},
"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": {
"@react-native-community/eslint-config": "^0.0.7",
"all-contributors-cli": "^4.11.1",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
},
"eslintConfig": {
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": "error"
}
}
2015-10-31 14:58:31 +00:00
}