gecko-dev/devtools/client/netmonitor/package.json
Nicolas Chevobbe 5f3177906e Bug 1442236 - Update console and netmonitor launchpads to v0.0.117; r=Honza.
Add a defaultURL the debuggee window will navigate too in the config (new
feature of devtools-launchpad).

MozReview-Commit-ID: 2ppGG6paFnP

--HG--
extra : rebase_source : 70b513b11cecd8f1a4238ddf7bbfd2e30ae94867
2018-03-01 15:32:19 +01:00

31 lines
825 B
JSON

{
"name": "netmonitor",
"version": "0.0.1",
"engines": {
"node": ">=7.10.0"
},
"description": "Network monitor in developer tools",
"dependencies": {
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"codemirror": "^5.24.2",
"devtools-config": "=0.0.12",
"devtools-contextmenu": "=0.0.3",
"devtools-launchpad": "^0.0.117",
"devtools-modules": "=0.0.32",
"devtools-source-editor": "=0.0.3",
"file-loader": "^1.1.6",
"jszip": "^3.1.3",
"react": "=16.2.0",
"react-dom": "=16.2.0",
"react-prop-types": "=0.4.0",
"react-redux": "=5.0.6",
"redux": "^3.7.2",
"reselect": "^3.0.1"
},
"scripts": {
"start": "node bin/dev-server"
}
}