aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-13 17:00:05 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-13 17:00:05 +0200
commit9bacb6d426a54882235b8d745dbf123c7958c887 (patch)
tree7e7f27f3775e66fabab4ddc1f6b3c84a53178e85 /web/package.json
parentb59234e25db8418cd53795ce94dda943e54f8ac1 (diff)
downloadmitmproxy-9bacb6d426a54882235b8d745dbf123c7958c887.tar.gz
mitmproxy-9bacb6d426a54882235b8d745dbf123c7958c887.tar.bz2
mitmproxy-9bacb6d426a54882235b8d745dbf123c7958c887.zip
gulpfile
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json52
1 files changed, 31 insertions, 21 deletions
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": ""
+ }
+}