-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 901 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
{
"name": "@tusharjoy/vue-plotly",
"version": "1.0.0",
"description": "Vue Plotly is a lightweight wrapper of Plotly.js for Vue 3. It provides a Vue component for easy integration of Plotly.js, enabling creation of interactive, feature-rich charts with minimal code in Vue 3 applications.",
"author": "Tushar Ghosh Joy <[email protected]>",
"license": "MIT",
"keywords": ["vue", "plotly", "chart", "data visualization", "vue 3", "plotly.js", "wrapper"],
"bugs": {
"url": "https://github.com/TusharJoy/vue-plotly/issues"
},
"homepage": "https://github.com/TusharJoy/vue-plotly#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/TusharJoy/vue-plotly.git"
},
"dependencies": {
"plotly.js-dist-min": "^2.29.1"
},
"peerDependencies": {
"vue": "^3.0.0"
}
}