forked from hhunaid/react-native-material-ripple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (28 loc) · 764 Bytes
/
package.json
File metadata and controls
35 lines (28 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "react-native-material-ripple",
"version": "0.8.0",
"license": "BSD-3-Clause",
"author": "Alexander Nazarov <n4kz@n4kz.com>",
"description": "Base component for touchable elements",
"keywords": ["react", "react-component", "react-native", "ios", "android", "ripple", "material"],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/parsempo/react-native-material-ripple.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.6.0",
"eslint-plugin-react": "^7.0.0"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"scripts": {
"lint": "eslint index.js styles.js example/app.js"
}
}