react-native-blur/package.json

28 lines
721 B
JSON
Raw Normal View History

{
"name": "react-native-blur",
2017-06-30 09:42:34 +00:00
"version": "3.1.2",
"description": "React Native Blur component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2015-11-15 01:54:50 +00:00
"url": "git@github.com:react-native-fellowship/react-native-blur.git"
},
"keywords": [
"react-native",
"ios",
"react-component"
],
"author": "Alexey Kureev <kureev-mail@ya.ru> (https://github.com/Kureev)",
"license": "MIT",
"bugs": {
2015-11-15 01:54:50 +00:00
"url": "https://github.com/react-native-fellowship/react-native-blur/issues"
},
"homepage": "https://github.com/react-native-fellowship/react-native-blur",
"dependencies": {
"prop-types": "^15.5.10"
}
}