diff options
Diffstat (limited to 'web/package.json')
-rw-r--r-- | web/package.json | 22 |
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 |