From 4745195aa728933c1260c86ce86525d892ee4409 Mon Sep 17 00:00:00 2001 From: Fabio Montefuscolo Date: Mon, 13 Feb 2017 14:54:29 -0200 Subject: [PATCH] create composer.json file to add plotly in packagist --- composer.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 composer.json 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" + } + ] +}