-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
32 lines (32 loc) · 934 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
{
"name": "react-native-flip-toggle-button",
"version": "1.0.9",
"description": "A cross-platform customisable toggle button built upon react-native's TouchableOpacity and Animated APIs",
"main": "FlipToggle.js",
"repository": "[email protected]:ashishpandey001/react-native-flip-toggle-button.git",
"author": "Ashish Pandey <[email protected]>",
"license": "MIT",
"private": false,
"keywords": [
"react-native",
"react-native-component",
"react-native-toggle-button",
"toggle-button",
"toggle",
"switch",
"button",
"ios",
"android"
],
"bugs": {
"url": "https://github.com/ashishpandey001/react-native-flip-toggle-button/issues"
},
"dependencies": {
"prop-types": "^15.7.2",
"lodash.capitalize": "^4.2.1"
},
"peerDependencies": {
"react-native": ">=0.47.1"
},
"homepage": "https://github.com/ashishpandey001/react-native-flip-toggle-button#readme"
}