2016-05-13 16:06:08 +03:00
|
|
|
{
|
2018-10-01 20:28:45 +03:00
|
|
|
"name": "mozilla-central",
|
|
|
|
"description": "This package file is for node modules used in mozilla-central",
|
2016-05-13 16:06:08 +03:00
|
|
|
"repository": {},
|
|
|
|
"license": "MPL-2.0",
|
2018-10-01 20:28:45 +03:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2018-09-24 18:33:56 +03:00
|
|
|
"eslint": "5.6.0",
|
|
|
|
"eslint-plugin-html": "4.0.6",
|
2017-06-28 22:47:36 +03:00
|
|
|
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
|
2018-05-24 18:54:54 +03:00
|
|
|
"eslint-plugin-no-unsanitized": "3.0.2",
|
2018-09-24 18:33:56 +03:00
|
|
|
"eslint-plugin-react": "7.11.1",
|
2017-07-14 14:21:54 +03:00
|
|
|
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js"
|
2017-10-23 10:39:47 +03:00
|
|
|
},
|
2018-10-01 20:28:45 +03:00
|
|
|
"notes(private)": "We don't want to publish to npm, so this is marked as private",
|
|
|
|
"private": true
|
2016-05-13 16:06:08 +03:00
|
|
|
}
|