gecko-dev/devtools/client/inspector/package.json
Julian Descottes e7da89d927 Bug 1335768 - add yarn to inspector and bump dependency to launchpad to v0.0.43;r=gl
MozReview-Commit-ID: 46IKJdta3nY

--HG--
extra : rebase_source : 7985a4f13e62ac75f5fe1a6e6ac32abb2ec373ce
2017-02-14 13:40:28 +01:00

15 lines
298 B
JSON

{
"name": "inspector.html",
"version": "0.0.1",
"description": "The Firefox Inspector",
"scripts": {
"start": "node bin/dev-server"
},
"author": "",
"dependencies": {
"devtools-launchpad": "=0.0.43",
"raw-loader": "^0.5.1",
"json-loader": "^0.5.4"
}
}