-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 836 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
{
"name": "react-native-touchable-graph",
"version": "0.0.15",
"description": "React Native component for touchable graph",
"main": "src/TouchableGraph.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hugohow/react-native-touchable-graph.git"
},
"keywords": [
"react",
"react-native"
],
"author": {
"name": "Hugo How-Choong",
"email": "hugohowchoong@gmail.com"
},
"files": [
"src",
"README.md"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hugohow/react-native-touchable-graph/issues"
},
"homepage": "https://github.com/hugohow/react-native-touchable-graph",
"dependencies": {
"react-native-svg": "^6.3.1",
"victory-native": "^0.17.4"
},
"peerDependencies": {
"react-native": ">=0.40.0",
"react": ">=15.4.0"
}
}