We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea79e9 commit 4745195Copy full SHA for 4745195
composer.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "plotly/plotly.js",
3
+ "description": "The open source javascript graphing library that powers plotly",
4
+ "keywords": [
5
+ "graphing",
6
+ "plotting",
7
+ "data",
8
+ "visualization",
9
+ "plotly"
10
+ ],
11
+ "minimum-stability": "stable",
12
+ "homepage": "https://plot.ly/javascript/",
13
+ "license": "MIT",
14
+ "authors": [
15
+ {
16
+ "name": "Plotly, Inc.",
17
+ "email": "sales@plot.ly"
18
+ }
19
+ ]
20
+}
0 commit comments