{ "name": "react-native-shadow-view", "version": "0.0.1", "description": "React Native's View Component with Shadows Both on Android and iOS, inspired by react-native-shadow", "main": "lib/", "typings": "lib/index.ios.d.ts", "types": "lib/index.ios.d.ts", "type": "lib/index.ios.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/pinqy520/react-native-shadow-view.git" }, "keywords": [ "react-native" ], "author": "Qi Huang", "license": "MIT", "bugs": { "url": "https://github.com/pinqy520/react-native-shadow-view/issues" }, "homepage": "https://github.com/pinqy520/react-native-shadow-view#readme", "devDependencies": { "@types/react": "^15.0.25", "@types/react-native": "^0.44.4", "typescript": "^2.3.3" }, "dependencies": { "color-alpha": "^1.0.2" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-svg": "*" } }