Skip to content

Commit

Permalink
updates package to include jsdom as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed May 3, 2017
1 parent 678cd04 commit aa54a1d
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@
"name": "phylotree",
"version": "0.1.4",
"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 aa54a1d

Please sign in to comment.