aboutsummaryrefslogtreecommitdiffstats
path: root/web/bower.json
blob: 6640bae231e0079f99c954a51f37ce4e696e0b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "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"
        }
    }
}