Source code

Revision control

Copy as Markdown

Other Tools

{
"name": "eslint-plugin-spidermonkey-js",
"version": "0.1.1",
"description": "A collection of rules that help enforce JavaScript coding standard in the Mozilla SpiderMonkey project.",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"mozilla",
"spidermonkey"
],
"bugs": {
},
"repository": {
"type": "hg",
},
"author": "Mozilla",
"main": "lib/index.js",
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=6.9.1"
},
"license": "MPL-2.0",
"notes(private)": "We don't want to publish to npm, so this is marked as private",
"private": true
}