Bug 1368097 - Update standards link. r=smaug
[gecko.git] / package.json
blob97ca5db52929a6f42ca470e62737fd62231467c2
2   "name": "mozillaeslintsetup",
3   "description": "This package file is for setup of ESLint only for editor integration.",
4   "repository": {},
5   "license": "MPL-2.0",
6   "dependencies": {
7     "escope": "^3.6.0",
8     "eslint": "3.19.0",
9     "eslint-plugin-html": "2.0.3",
10     "eslint-plugin-mozilla": "file:tools\\lint\\eslint\\eslint-plugin-mozilla",
11     "eslint-plugin-react": "6.10.3",
12     "eslint-plugin-spidermonkey-js": "file:tools\\lint\\eslint\\eslint-plugin-spidermonkey-js",
13     "espree": "^3.4.0",
14     "estraverse": "^4.2.0",
15     "ini-parser": "^0.0.2",
16     "sax": "^1.2.2"
17   }