-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
37 lines (37 loc) · 970 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-reanimated-slider",
"version": "2.0.0",
"description": "a reanimated slider for video players",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alikazemkhanloo/react-native-reanimated-slider.git"
},
"keywords": [
"reanimated",
"slider",
"seekbar",
"video",
"react-native"
],
"author": "Ali Kazemkhanloo",
"license": "MIT",
"bugs": {
"url": "https://github.com/alikazemkhanloo/react-native-reanimated-slider/issues"
},
"homepage": "https://github.com/alikazemkhanloo/react-native-reanimated-slider#readme",
"devDependencies": {
"component-docs": "^0.20.2",
"metro-react-native-babel-preset": "^0.55.0"
},
"peerDependencies": {
"react-native-gesture-handler": "^1.x.x",
"react-native-reanimated": "^2.x.x"
},
"dependencies": {
"core-js": "2"
}
}