aboutsummaryrefslogtreecommitdiffstats
path: root/web/bower.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-13 23:05:12 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-13 23:05:12 +0200
commitd2475e6a146534b5e7aaf2cc7b0b9a75e418415e (patch)
tree47f2ce48a1c03d8ca6414d92a78c764e25a16e3f /web/bower.json
parent9bacb6d426a54882235b8d745dbf123c7958c887 (diff)
downloadmitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.tar.gz
mitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.tar.bz2
mitmproxy-d2475e6a146534b5e7aaf2cc7b0b9a75e418415e.zip
web: start gui
Diffstat (limited to 'web/bower.json')
-rw-r--r--web/bower.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/bower.json b/web/bower.json
index e7ddc144..2d526289 100644
--- a/web/bower.json
+++ b/web/bower.json
@@ -10,13 +10,15 @@
"qunit": "",
"benchmark": "",
"benchmarkjs-runner": "",
- "bootstrap": ""
+ "bootstrap": "",
+ "react-bootstrap": ""
},
"install": {
"path": "src/vendor",
"sources": {
"lodash": "bower_components/lodash/dist/lodash.js",
- "react": "bower_components/react/react-with-addons.js"
+ "react": "bower_components/react/react-with-addons.js",
+ "react-bootstrap": "bower_components/react-bootstrap/react-bootstrap.js"
}
}
} \ No newline at end of file