react-native-blur/package.json

28 lines
674 B
JSON
Raw Normal View History

{
"name": "react-native-blur",
2015-10-23 14:38:42 +00:00
"version": "0.7.5",
"description": "React Native Blur component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:Kureev/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/Kureev/react-native-blur/issues"
},
"homepage": "https://github.com/Kureev/react-native-blur",
"peerDependencies": {
2015-10-21 06:45:01 +00:00
"react-native": ">=0.11"
}
}