-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 863 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 863 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
36
37
{
"name": "react-native-touch-ripple",
"version": "0.0.4",
"description": "Base component for touchable elements with ripple effect ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/noddy1996/react-native-touch-ripple.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-native": "^3.10.0"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"scripts": {
"lint": "eslint index.js styles.js "
},
"keywords": [
"react",
"react-component",
"react-native",
"ios",
"android",
"ripple",
"material"
],
"author": "shammi rathore <shammi.rathore66@gmail.com> (http://amusoftech.com/)",
"license": "ISC"
}