forked from Ramotion/react-native-circle-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 898 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
{
"name": "@ramotion/react-native-circle-menu",
"version": "1.0.0",
"description": "React Native component for creating animated, circular menu",
"main": "src/index.js",
"keywords": [
"react",
"react-native",
"react-component",
"circle",
"chart",
"menu"
],
"peerDependencies": {
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-21.0.0.tar.gz"
},
"dependencies": {
"@expo/vector-icons": "^6.1.0",
"react-native-progress": "^3.4.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Ramotion/react-native-circle-menu.git"
},
"author": "Ramotion Developers <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ramotion/react-native-circle-menu/issues"
},
"homepage": "https://github.com/Ramotion/react-native-circle-menu#readme"
}