From f2f17c23149e2d89ccbdcd471721b6ef59252400 Mon Sep 17 00:00:00 2001 From: Arthur Verschaeve Date: Sat, 7 Mar 2015 22:12:30 +0100 Subject: [PATCH] Remove unnecessary dependencies in `package.json` --- package.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/package.json b/package.json index 2196e4b..3b1909c 100644 --- a/package.json +++ b/package.json @@ -43,33 +43,24 @@ ], "dependencies": { "autoprefixer-core": "^5.1.5", - "browserify": "^8.1.1", "csswring": "^3.0.0", "del": "^1.1.1", "express": "^4.11.2", - "glob": "^4.3.5", "gulp": "^3.8.10", "gulp-changed": "^1.1.0", - "gulp-compile-handlebars": "^0.4.4", - "gulp-connect": "^2.2.0", "gulp-filesize": "0.0.6", "gulp-htmlmin": "^1.0.0", - "gulp-if": "^1.2.5", "gulp-imagemin": "^2.1.0", - "gulp-less": "^2.0.1", "gulp-markdown": "^1.0.0", "gulp-postcss": "^4.0.2", "gulp-rename": "^1.2.0", "gulp-stylus": "^2.0.0", "handlebars": "^3.0.0", - "html-template": "^1.2.1", "lodash": "^2.4.1", "markdown-it": "^3.0.4", - "moment-timezone": "^0.3.0", "require-dir": "^0.1.0", "run-sequence": "^1.0.2", "vinyl-buffer": "^1.0.0", - "vinyl-map": "^1.0.1", - "vinyl-source-stream": "^1.0.0" + "vinyl-map": "^1.0.1" } }