From 74892a8fd50cdc2a1294d776dc246912de9f94d5 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 11 Aug 2014 21:03:24 -0500 Subject: Prepare bower with a concatenated file. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 573eb9d..5ab3157 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,10 @@ }, "devDependencies": { "colors": "0.6.2", - "tellurium": "2.0.x" + "tellurium": "2.0.x", + "gulp-uglify": "~0.3.1", + "gulp": "~3.8.7", + "gulp-concat": "~2.3.4" }, "engines": { "node": ">= 0.10.0" -- cgit