mitmproxy/web/bower.json

22 lines
520 B
JSON
Raw Normal View History

{
"name": "mitmproxy",
2014-09-13 14:28:45 +00:00
"version": "0.12",
"dependencies": {
2014-09-13 14:28:45 +00:00
"jquery": "",
"lodash": "",
"react": "",
"react-router": "",
"fontawesome": "",
"qunit": "",
"benchmark": "",
2014-09-13 15:00:05 +00:00
"benchmarkjs-runner": "",
"bootstrap": ""
2014-09-13 14:28:45 +00:00
},
"install": {
"path": "src/vendor",
"sources": {
"lodash": "bower_components/lodash/dist/lodash.js",
"react": "bower_components/react/react-with-addons.js"
}
}
}