From 9bacb6d426a54882235b8d745dbf123c7958c887 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 13 Sep 2014 17:00:05 +0200 Subject: gulpfile --- web/package.json | 52 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 21 deletions(-) (limited to 'web/package.json') diff --git a/web/package.json b/web/package.json index 793a0ff1..8c570bef 100644 --- a/web/package.json +++ b/web/package.json @@ -1,22 +1,32 @@ { - "name": "mitmproxy", - "private": true, - "devDependencies": { - "react": "", - "bower": "", - "grunt": "", - "grunt-contrib-jshint": "", - "grunt-contrib-uglify": "", - "grunt-contrib-less": "", - "grunt-contrib-watch": "", - "grunt-contrib-copy": "", - "grunt-contrib-qunit": "", - "grunt-contrib-connect": "", - "grunt-notify": "", - "grunt-shell": "", - "grunt-react": "", - "clean-css": "", - "react": "", - "react-tools": "" - } -} \ No newline at end of file + "name": "mitmproxy", + "private": true, + "devDependencies": { + "bower": "", + "bower-installer": "^0.8.4", + "clean-css": "", + "grunt": "", + "grunt-contrib-connect": "", + "grunt-contrib-copy": "", + "grunt-contrib-jshint": "", + "grunt-contrib-less": "", + "grunt-contrib-qunit": "", + "grunt-contrib-uglify": "", + "grunt-contrib-watch": "", + "grunt-notify": "", + "grunt-react": "", + "grunt-shell": "", + "gulp": "^3.8.8", + "gulp-concat": "^2.4.0", + "gulp-jshint": "^1.8.4", + "gulp-less": "^1.3.5", + "gulp-livereload": "^2.1.1", + "gulp-minify-css": "^0.3.8", + "gulp-react": "^1.0.1", + "gulp-sourcemaps": "^1.1.5", + "gulp-uglify": "^1.0.1", + "gulp-util": "^3.0.1", + "react": "", + "react-tools": "" + } +} -- cgit v1.2.3