mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
3efb3a9e6f
--HG-- extra : commitid : FrMOnVBUxmY extra : rebase_source : c38511e94177f651a0decad41180991c54cb0f33
26 lines
637 B
JSON
26 lines
637 B
JSON
{
|
|
"name": "eslint-plugin-mozilla",
|
|
"version": "0.0.2",
|
|
"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",
|
|
"devDependencies": {
|
|
"eslint": "~1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"license": "MPL-2.0"
|
|
}
|