aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-09-10 14:22:26 +1200
committerAldo Cortesi <aldo@nullcube.com>2014-09-10 14:23:10 +1200
commit0510c9b111aed03d0d3680db63614d50f231745c (patch)
tree0d2fec5d46a3cb984a8b12e36db2f44a1a8eaa5a /web/package.json
parent76982937a68a2adaf96ec2d258e369d7c871a609 (diff)
downloadmitmproxy-0510c9b111aed03d0d3680db63614d50f231745c.tar.gz
mitmproxy-0510c9b111aed03d0d3680db63614d50f231745c.tar.bz2
mitmproxy-0510c9b111aed03d0d3680db63614d50f231745c.zip
Client-side framework for web application
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json
new file mode 100644
index 00000000..793a0ff1
--- /dev/null
+++ b/web/package.json
@@ -0,0 +1,22 @@
+{
+ "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