diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-17 20:38:37 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-17 20:38:37 +0100 |
commit | 53ffab9e83cee8e9ed9c09965862e1fa2da40a88 (patch) | |
tree | 3384b9111c1e32f4d3f29fe21ae7f629d8665b29 /package.json | |
parent | a740335dd52552f22804c99d2d59c07c6c1895b0 (diff) |
gulpfile
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index cd458cd09..980375f37 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,11 @@ "better-assert": "^1.0.2", "del": "^2.2.0", "gulp": "^3.9.1", + "gulp-concat": "^2.6.0", + "gulp-debug": "^2.1.2", "gulp-json-transform": "^0.3.0", + "gulp-spawn": "^0.3.0", + "gulp-stream": "0.0.2", "gulp-typescript": "^2.10.0", "gulp-zip": "^3.1.0", "jed": "^1.1.0", |