diff --git a/composer.json b/composer.json new file mode 100644 index 00000000000..73e61ab540a --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "plotly/plotly.js", + "description": "The open source javascript graphing library that powers plotly", + "keywords": [ + "graphing", + "plotting", + "data", + "visualization", + "plotly" + ], + "minimum-stability": "stable", + "homepage": "https://plot.ly/javascript/", + "license": "MIT", + "authors": [ + { + "name": "Plotly, Inc.", + "email": "sales@plot.ly" + } + ] +}