Skip to content

Commit

Permalink
Merge pull request #38 from stevenweaver/master
Browse files Browse the repository at this point in the history
package.json updates
  • Loading branch information
stevenweaver authored Jun 12, 2017
2 parents 678cd04 + 4c8243c commit d334c38
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
{
"name": "phylotree",
"version": "0.1.4",
"version": "0.1.5",
"main": "phylotree.js",
"keywords": ["phylogenetics", "phylogeny", "d3", "branching", "tree"],
"ignore" : ["index.html"],
"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"
"underscore": "1.x",
"font-awesome": "4.x",
"bootstrap": "3.x",
"d3": "3.x",
"jquery": "1.x"
},
"devDependencies": {
"jsdom": "9.12.x",
"should": "^11.2.1"
}
}

0 comments on commit d334c38

Please sign in to comment.