Skip to content

Commit 8269ea0

Browse files
authoredFeb 13, 2017
Merge pull request #1375 from fabiomontefuscolo/master
create composer.json file to add plotly in packagist
2 parents 8ea79e9 + 4745195 commit 8269ea0

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": "sales@plot.ly"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)