-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 899 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": "rn-circular-menu",
"version": "0.0.6",
"description": "React Native Circular Menu component for creating interactive circular menus with customizable styles.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yaya12085/RNCircularMenu.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"circular",
"rounded",
"circular-menu",
"menu"
],
"author": "Yaya Mohamed",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yaya12085/RNCircularMenu/issues"
},
"homepage": "https://github.com/Yaya12085/RNCircularMenu#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.77.0"
}
}