mitmproxy/web/bower.json
2014-09-14 01:21:13 +02:00

24 lines
683 B
JSON

{
"name": "mitmproxy",
"version": "0.12",
"dependencies": {
"jquery": "",
"lodash": "",
"react": "",
"react-router": "",
"fontawesome": "",
"qunit": "",
"benchmark": "",
"benchmarkjs-runner": "",
"bootstrap": "",
"react-bootstrap": ""
},
"install": {
"path": "src/vendor",
"sources": {
"lodash": "bower_components/lodash/dist/lodash.js",
"react": ["bower_components/react/react-with-addons.js", "bower_components/react/JSXTransformer.js"],
"react-bootstrap": "bower_components/react-bootstrap/react-bootstrap.js"
}
}
}