Bug 1540028 [wpt PR 16099] - Catch more exceptions in Document-createElement-namespac...
[gecko.git] / package.json
blob397fc12c833691c7acb2a987bbcf8e7c384a370c
2   "name": "mozilla-central",
3   "description": "This package file is for node modules used in mozilla-central",
4   "repository": {},
5   "license": "MPL-2.0",
6   "dependencies": {},
7   "devDependencies": {
8     "eslint": "5.16.0",
9     "eslint-plugin-babel": "5.3.0",
10     "eslint-plugin-file-header": "0.0.1",
11     "eslint-plugin-flowtype": "3.6.0",
12     "eslint-plugin-html": "5.0.3",
13     "eslint-plugin-import": "2.16.0",
14     "eslint-plugin-jest": "22.4.1",
15     "eslint-plugin-jsx-a11y": "6.2.1",
16     "eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
17     "eslint-plugin-no-unsanitized": "3.0.2",
18     "eslint-plugin-prettier": "3.0.1",
19     "eslint-plugin-react": "7.12.4",
20     "eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js"
21   },
22   "notes(private)": "We don't want to publish to npm, so this is marked as private",
23   "private": true