2014-09-10 02:22:26 +00:00
|
|
|
{
|
|
|
|
"name": "mitmproxy",
|
2014-09-13 14:28:45 +00:00
|
|
|
"version": "0.12",
|
2014-09-10 02:22:26 +00:00
|
|
|
"dependencies": {
|
2014-09-13 14:28:45 +00:00
|
|
|
"jquery": "",
|
2014-09-10 02:22:26 +00:00
|
|
|
"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
|
|
|
}
|
2014-09-10 02:22:26 +00:00
|
|
|
}
|
|
|
|
}
|