diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-08-11 21:03:24 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-08-11 21:03:24 -0500 |
| commit | 74892a8fd50cdc2a1294d776dc246912de9f94d5 (patch) | |
| tree | e7689b97cecb6875ee91ecad43ee2567fec70bbe /package.json | |
| parent | eecd25c9188b5c045d89aa26d1d367dd5131d88f (diff) | |
Prepare bower with a concatenated file.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
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" |