forked from omulet/react-native-radial-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 790 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
{
"name": "react-native-radial-menu",
"version": "1.0.1",
"description": "React Native Radial Menu",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:omulet/react-native-radial-menu.git"
},
"dependencies": {
"react-timer-mixin": "^0.13.3"
},
"devDependencies": {},
"keywords": [
"react",
"react-native",
"react-component",
"radial menu",
"menu",
"ios",
"android",
"react native animation"
],
"author": "Bogdan Silivestru <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/omulet/react-native-radial-menu/issues"
},
"homepage": "https://github.com/omulet/react-native-radial-menu"
}