-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1022 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
{
"name": "react-native-reanimated-switch",
"version": "0.0.3",
"description": "A simple reanimated switch for iOS and Android",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"peerDependencies": {
"react": "16.x",
"react-native": "0.62.x",
"react-native-reanimated": "*"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/timelessco/react-native-reanimated-switch.git"
},
"keywords": [
"react-native",
"react-component",
"mobile",
"ios",
"android",
"ui",
"reanimated",
"switch"
],
"author": "Karthik B",
"license": "MIT",
"bugs": {
"url": "https://github.com/timelessco/react-native-reanimated-switch/issues"
},
"homepage": "https://github.com/timelessco/react-native-reanimated-switch#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.60.0",
"standard-version": "^9.0.0"
}
}