-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
37 lines (37 loc) · 919 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
{
"name": "react-native-material-switch",
"version": "0.0.4",
"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]/Recr0ns/react-native-material-switch.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"switch",
"material"
],
"author": {
"name": "Eduard Tishkin",
"email": "[email protected]",
"url": "https://github.com/recr0ns"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/recr0ns/react-native-material-switch/issues"
},
"homepage": "https://github.com/recr0ns/react-native-material-switch",
"dependencies": {
"prop-types": "^15.6.0",
"create-react-class": "^15.6.2"
},
"peerDependencies": {
"react-native": ">= 0.9.0 || 0.11.0-rc"
}
}