@ste7en/react-native-simple-shadow-view
Version:
A native shadow view for react native, for Android and iOS
43 lines • 1.03 kB
JSON
{
"name": "@ste7en/react-native-simple-shadow-view",
"version": "1.0.0",
"description": "A native shadow view for react native, for Android and iOS",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"trypublish": "npm publish --access=public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hukaibaihu/react-native-simple-shadow-view"
},
"keywords": [
"react-native",
"react-native-shadow",
"react-native-shadow-view",
"react-native-simple-shadow-view",
"shadow in android",
"shadow",
"shadow-view",
"simple-shadow-view"
],
"files": [
"android",
"src",
"index.js",
"index.d.ts",
"LICENSE",
"README.md"
],
"author": {
"name": "Ste7en",
"email": "986535362@qq.com"
},
"license": "MIT",
"homepage": "https://github.com/hukaibaihu/react-native-simple-shadow-view#readme",
"peerDependencies": {
"react": "*",
"react-native": "0.51.0"
}
}