gecko-dev/package.json

17 строки
415 B
JSON

{
"name": "Mozilla ESLint Setup",
"description": "This package file is for setup of ESLint only for editor integration.",
"repository": {},
"license": "MPL-2.0",
"dependencies": {
"eslint": "3.18.0",
"eslint-plugin-html": "1.5.2",
"eslint-plugin-react": "4.2.3",
"escope": "^3.6.0",
"espree": "^3.4.0",
"estraverse": "^4.2.0",
"ini-parser": "^0.0.2",
"sax": "^1.2.2"
}
}