aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json
new file mode 100644
index 00000000..932c3270
--- /dev/null
+++ b/web/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "mitmproxy",
+ "private": true,
+ "devDependencies": {
+ "bower": "",
+ "bower-installer": "^0.8.4",
+ "clean-css": "",
+ "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-notify": "^1.6.0",
+ "gulp-plumber": "^0.6.5",
+ "gulp-qunit": "^0.3.3",
+ "gulp-react": "^1.0.1",
+ "gulp-rename": "^1.2.0",
+ "gulp-sourcemaps": "^1.1.5",
+ "gulp-uglify": "^1.0.1",
+ "gulp-util": "^3.0.1",
+ "jshint-stylish": "^0.4.0",
+ "merge-stream": "^0.1.5",
+ "react": "",
+ "react-tools": ""
+ }
+}