2015-10-05 20:41:32 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-blur",
|
2017-11-09 12:09:50 +00:00
|
|
|
"version": "3.2.1",
|
2015-10-05 20:41:32 +00:00
|
|
|
"description": "React Native Blur component",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-07-10 13:23:25 +00:00
|
|
|
"url": "git@github.com:react-native-community/react-native-blur.git"
|
2015-10-05 20:41:32 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-native",
|
|
|
|
"ios",
|
|
|
|
"react-component"
|
|
|
|
],
|
|
|
|
"author": "Alexey Kureev <kureev-mail@ya.ru> (https://github.com/Kureev)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-07-10 13:23:25 +00:00
|
|
|
"url": "https://github.com/react-native-community/react-native-blur/issues"
|
2015-10-05 20:41:32 +00:00
|
|
|
},
|
2017-07-10 13:23:25 +00:00
|
|
|
"homepage": "https://github.com/react-native-community/react-native-blur",
|
2017-06-30 09:42:10 +00:00
|
|
|
"dependencies": {
|
|
|
|
"prop-types": "^15.5.10"
|
|
|
|
}
|
2015-10-05 20:41:32 +00:00
|
|
|
}
|