mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
21632ba53b
packge-lock.json and tools/lint/eslint/manifest.tt were generated automatically by running tools/lint/eslint/setup.sh, as per previous revisions to package.json. I've intentionally kept the package.json file simple for now, we can extend it as we get the requirements defined for vendoring new node modules. Differential Revision: https://phabricator.services.mozilla.com/D7272 --HG-- extra : moz-landing-system : lando
18 lines
621 B
JSON
18 lines
621 B
JSON
{
|
|
"name": "mozilla-central",
|
|
"description": "This package file is for node modules used in mozilla-central",
|
|
"repository": {},
|
|
"license": "MPL-2.0",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "5.6.0",
|
|
"eslint-plugin-html": "4.0.6",
|
|
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
|
|
"eslint-plugin-no-unsanitized": "3.0.2",
|
|
"eslint-plugin-react": "7.11.1",
|
|
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js"
|
|
},
|
|
"notes(private)": "We don't want to publish to npm, so this is marked as private",
|
|
"private": true
|
|
}
|