react-native-blur/package.json

28 lines
725 B
JSON
Raw Normal View History

{
"name": "react-native-blur",
2015-12-17 09:39:05 +00:00
"version": "0.7.7",
"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"
},
2015-11-15 01:54:50 +00:00
"homepage": "https://github.com/react-native-fellowship/react-native-blur",
"peerDependencies": {
2015-10-21 06:45:01 +00:00
"react-native": ">=0.11"
}
}