forked from recr0ns/react-native-material-switch
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1023 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
41
42
43
44
{
"name": "react-native-material-switch-finale",
"version": "1.1.1",
"description": "Customizable material style switch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Nes1k/react-native-material-switch.git"
},
"keywords": [
"react-native",
"react-component",
"android",
"ios",
"switch",
"material"
],
"author": {
"name": "Eduard Tishkin",
"email": "[email protected]",
"url": "https://github.com/recr0ns"
},
"contributors": [
{
"name": "Dominik Biel",
"email": "[email protected]",
"url": "https://github.com/nes1k"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Nes1k/react-native-material-switch/issues"
},
"homepage": "https://github.com/Nes1k/react-native-material-switch",
"peerDependencies": {
"react-native": ">= 0.19.0"
},
"dependencies": {
"react": "^15.4.0"
}
}