Skip to content

Commit

Permalink
Added composer file to allow easier deployment
Browse files Browse the repository at this point in the history
Adding a composer.json file brings nvd3 into line with d3 and its use of
composer files. This will allow PHP and any projects using composer to
more easily integrate the nvd3 library like that do with d3.
  • Loading branch information
chewett committed Sep 28, 2015
1 parent 7078f06 commit ecc9378
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "novus/nvd3",
"description": "A reusable charting library written in d3.js",
"keywords": [
"nvd3",
"d3",
"chart",
"graph"
],
"homepage": "https://github.com/novus/nvd3",
"license": "Apache-2.0",
"authors": [
{
"name": "Bob Monteverde"
},
{
"name": "Tyler Wolf"
},
{
"name": "Robin Hu"
},
{
"name": "Frank Shao"
},
{
"name": "liquidpele"
}
],
"require": {
"mbostock/d3": "@stable"
}
}

0 comments on commit ecc9378

Please sign in to comment.