mitmproxy/web/bower.json

23 lines
652 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": "",
2014-12-09 17:18:14 +00:00
"bootstrap": ""
2014-09-13 14:28:45 +00:00
},
"install": {
"path": "src/vendor",
"sources": {
"lodash": "bower_components/lodash/dist/lodash.js",
2014-09-13 23:21:13 +00:00
"react": ["bower_components/react/react-with-addons.js", "bower_components/react/JSXTransformer.js"],
2014-09-13 21:05:12 +00:00
"react-bootstrap": "bower_components/react-bootstrap/react-bootstrap.js"
2014-09-13 14:28:45 +00:00
}
}
}