-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 929 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
{
"name": "react-native-bullet-graph",
"version": "1.0.3",
"description": "Customizable Bullet Graph component for React Native apps.",
"main": "src/screens/index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/DevVibhor/react-native-bullet-graph",
"peerDependencies": {
"react": "18.2.0",
"react-native": "0.72.6"
},
"keywords": [
"react native",
"react-native",
"chart",
"charts",
"graph",
"graphs",
"data visualization",
"bullet graph",
"bullet-graph",
"bullet chart",
"bullet-chart",
"stats",
"analysis",
"analytics"
],
"author": "Vibhor <[email protected]> (https://www.npmjs.com/~devvibhor)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DevVibhor/react-native-bullet-graph/issues"
},
"homepage": "https://react-native-bullet-graph.web.app/"
}