UNPKG

491 BJSONView Raw
1{
2 "name": "react-native-material-ripple",
3 "version": "0.4.2",
4 "license": "BSD-3-Clause",
5 "author": "Alexander Nazarov <n4kz@n4kz.com>",
6
7 "description": "Base component for touchable elements",
8 "keywords": ["react", "react-component", "react-native", "ios", "android", "ripple", "material"],
9
10 "main": "index.js",
11
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/n4kz/react-native-material-ripple.git"
15 },
16
17 "peerDependencies": {
18 "react": "*",
19 "react-native": "*"
20 }
21}