From 0510c9b111aed03d0d3680db63614d50f231745c Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 10 Sep 2014 14:22:26 +1200 Subject: Client-side framework for web application --- web/package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 web/package.json (limited to 'web/package.json') 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 -- cgit v1.2.3