-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
40 lines (40 loc) · 1020 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
40
{
"name": "toggle-switch-react-native",
"version": "3.3.0",
"description": "Toggle Switch component for react native, it works on iOS and Android.",
"main": "ToggleSwitch.js",
"types": "ToggleSwitch.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aminebenkeroum/toggle-switch-react-native.git"
},
"keywords": [
"react-native",
"react-native-component",
"react-native-toggle-switch",
"toggle-switch",
"toggle",
"switch",
"on-off",
"ios",
"android"
],
"author": "aminebenkeroum",
"license": "MIT",
"bugs": {
"url": "https://github.com/aminebenkeroum/toggle-switch-react-native/issues"
},
"dependencies": {
"prop-types": "^15.5.7"
},
"devDependencies": {
"react": "^16.9.0 || ^17.0.0"
},
"peerDependencies": {
"react-native": ">=0.47.1"
},
"homepage": "https://github.com/aminebenkeroum/toggle-switch-react-native#readme"
}