mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
23 lines
652 B
JSON
23 lines
652 B
JSON
{
|
|
"name": "mitmproxy",
|
|
"version": "0.12",
|
|
"dependencies": {
|
|
"jquery": "",
|
|
"lodash": "",
|
|
"react": "",
|
|
"react-router": "",
|
|
"fontawesome": "",
|
|
"qunit": "",
|
|
"benchmark": "",
|
|
"benchmarkjs-runner": "",
|
|
"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"
|
|
}
|
|
}
|
|
} |