forked from eftalyurtseven/react-native-wheel-of-fortune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 824 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
{
"name": "react-native-wheel-of-fortune",
"version": "1.5.4",
"description": "React Native Wheel Of Fortune Component.",
"main": "index.js",
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eftalyurtseven/react-native-wheel-of-fortune.git"
},
"keywords": [
"react native wheel of fortune",
"rn wheel of fortune",
"react wheel of fortune",
"react native wheel of luck",
"rn wheel of luck"
],
"dependencies": {
"d3-shape": "^1.3.5",
"react-native-svg": "^9.9.5"
},
"author": "Eftal Yurtseven",
"license": "MIT",
"bugs": {
"url": "https://github.com/eftalyurtseven/react-native-wheel-of-fortune/issues"
},
"homepage": "https://github.com/eftalyurtseven/react-native-wheel-of-fortune#readme"
}