diff options
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" |