Skip to content

Commit 4745195

Browse files
create composer.json file to add plotly in packagist
1 parent 8ea79e9 commit 4745195

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

+20
Original file line numberDiff line numberDiff line change
@@ -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": "[email protected]"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)