(core) Depend on D3 and TopoJSON

This commit is contained in:
Brandon Tilley 2014-01-02 09:04:40 -08:00
parent 461561340b
commit 05313d79f8

View File

@ -27,5 +27,9 @@
"bower": "~1.2.8", "bower": "~1.2.8",
"gulp-jshint": "~1.3.1", "gulp-jshint": "~1.3.1",
"gulp-replace": "~0.2.0" "gulp-replace": "~0.2.0"
},
"dependencies": {
"topojson": "~1.4.5",
"d3": "~3.3.13"
} }
} }