28 lines
718 B
JSON
28 lines
718 B
JSON
{
|
|
"name": "react-native-blur",
|
|
"version": "3.2.1",
|
|
"description": "React Native Blur component",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:react-native-community/react-native-blur.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"ios",
|
|
"react-component"
|
|
],
|
|
"author": "Alexey Kureev <kureev-mail@ya.ru> (https://github.com/Kureev)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/react-native-community/react-native-blur/issues"
|
|
},
|
|
"homepage": "https://github.com/react-native-community/react-native-blur",
|
|
"dependencies": {
|
|
"prop-types": "^15.5.10"
|
|
}
|
|
}
|