Skip to content

Commit

Permalink
adding package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed Sep 27, 2016
1 parent 53c4e38 commit fc9cc2b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "phylotree",
"version": "0.1.3",
"main": "phylotree.js",
"keywords": ["phylogenetics", "phylogeny", "d3", "branching", "tree"],
"ignore" : ["index.html"],
"dependencies": {
"underscore" : "1.x",
"font-awesome" : "4.x",
"bootstrap" : "3.x",
"d3" : "3.x",
"jquery" : "1.x"
}
}

0 comments on commit fc9cc2b

Please sign in to comment.