From 05313d79f8f531a4a8cd91c2ca9633e4556e3cd6 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Thu, 2 Jan 2014 09:04:40 -0800 Subject: [PATCH] (core) Depend on D3 and TopoJSON --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 94a5343..31d2fa6 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,9 @@ "bower": "~1.2.8", "gulp-jshint": "~1.3.1", "gulp-replace": "~0.2.0" + }, + "dependencies": { + "topojson": "~1.4.5", + "d3": "~3.3.13" } }