aboutsummaryrefslogtreecommitdiffstats
path: root/web/bower.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-13 16:28:45 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-13 16:28:45 +0200
commitb59234e25db8418cd53795ce94dda943e54f8ac1 (patch)
tree0fae4d0f0fba8330327a834f0ff2b1ce733fc002 /web/bower.json
parent2842f25b82799315c36a81564619cb5467bff61f (diff)
downloadmitmproxy-b59234e25db8418cd53795ce94dda943e54f8ac1.tar.gz
mitmproxy-b59234e25db8418cd53795ce94dda943e54f8ac1.tar.bz2
mitmproxy-b59234e25db8418cd53795ce94dda943e54f8ac1.zip
use bowser-installer
Diffstat (limited to 'web/bower.json')
-rw-r--r--web/bower.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/web/bower.json b/web/bower.json
index 425278b8..093a4b03 100644
--- a/web/bower.json
+++ b/web/bower.json
@@ -1,8 +1,8 @@
{
"name": "mitmproxy",
- "version": "0.1.0",
+ "version": "0.12",
"dependencies": {
- "jquery": "components/jquery",
+ "jquery": "",
"lodash": "",
"react": "",
"react-router": "",
@@ -10,5 +10,12 @@
"qunit": "",
"benchmark": "",
"benchmarkjs-runner": ""
+ },
+ "install": {
+ "path": "src/vendor",
+ "sources": {
+ "lodash": "bower_components/lodash/dist/lodash.js",
+ "react": "bower_components/react/react-with-addons.js"
+ }
}
} \ No newline at end of file