aboutsummaryrefslogtreecommitdiffstats
path: root/web/bower.json
diff options
context:
space:
mode:
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