summaryrefslogtreecommitdiffstats
path: root/tools/browsertime/package.json
blob: 48a87e2390f057601862b321ea73b6b053d89685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "mozilla-central-tools-browsertime",
  "description": "This package file is for node modules used in mozilla-central/tools/browsertime",
  "repository": {},
  "license": "MPL-2.0",
  "dependencies": {
    "package.json": "^2.0.1"
  },
  "devDependencies": {
    "browsertime": "https://github.com/sitespeedio/browsertime/tarball/62de4fc9abc8067fb58378999b1bc4a4c42f9eb5"
  },
  "notes(private)": "We don't want to publish to npm, so this is marked as private",
  "private": true
}