diff options
author | Camil Staps | 2015-02-17 15:31:56 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-17 15:31:56 +0100 |
commit | 4b3288a53f1fbe48cb0f58ce3d745110760c48ce (patch) | |
tree | 9748f66261f8894a4a7ea9e6d31461b1f6bcaf6d /web/trunk/package.json | |
parent | removed composer.lock from git (diff) |
Added bootswatch gulp stuff
Diffstat (limited to 'web/trunk/package.json')
-rw-r--r-- | web/trunk/package.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/web/trunk/package.json b/web/trunk/package.json index e5ab04e..f6d5fa9 100644 --- a/web/trunk/package.json +++ b/web/trunk/package.json @@ -14,7 +14,17 @@ "gulp-strip-debug": "^1.0.2", "gulp-uglify": "^1.1.0" }, - "devDependencies": {}, + "devDependencies": { + "del": "^1.1.1", + "gulp-debug": "^2.0.0", + "gulp-foreach": "^0.1.0", + "gulp-if": "^1.2.5", + "gulp-less": "^3.0.0", + "gulp-order": "^1.1.1", + "gulp-rename": "^1.2.0", + "gulp-util": "^3.0.3", + "merge-stream": "^0.1.7" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, |