summaryrefslogtreecommitdiffstats
path: root/tools/lint/eslint/eslint-plugin-mozilla/package.json
blob: 2f4a8517257bc6e6de5bcec3abed46c3f94c7feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "eslint-plugin-mozilla",
  "version": "0.2.5",
  "description": "A collection of rules that help enforce JavaScript coding standard in the Mozilla project.",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "mozilla",
    "firefox"
  ],
  "bugs": {
    "url": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Developer%20Tools"
  },
  "homepage": "https://bugzilla.mozilla.org/show_bug.cgi?id=1203520",
  "author": "Mike Ratcliffe",
  "main": "lib/index.js",
  "dependencies": {
    "escope": "^3.6.0",
    "espree": "^3.2.0",
    "estraverse": "^4.2.0",
    "ini-parser": "^0.0.2",
    "sax": "^1.1.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "license": "MPL-2.0"
}