-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 970 Bytes
/
package.json
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
38
39
{
"name": "react-native-ripple-controls",
"version": "0.0.31",
"description": "ripple controls package supports android and ios with ripple effect",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"prop-types": "^15.6.2"
},
"devDependencies": {
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "0.48.5",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huytran123/RippleControls.git"
},
"keywords": [
"ripple",
"controls",
"react",
"native",
"button"
],
"author": "HuyTran <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/huytran123/RippleControls/issues"
},
"homepage": "https://github.com/huytran123/RippleControls#readme"
}