{
  "name": "addons-linter",
  "version": "0.21.0",
  "description": "Mozilla Add-ons Linter",
  "main": "dist/addons-linter.js",
  "bin": {
    "addons-linter": "bin/addons-linter"
  },
  "scripts": {
    "start": "grunt start",
    "build": "grunt build",
    "test": "grunt test",
    "test-no-coverage": "grunt test-no-coverage",
    "publish-rules": "grunt copy build-rules-html publish-rules",
    "publish-coverage": "grunt coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mozilla/addons-linter.git"
  },
  "author": "Mozilla Add-ons Team",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/mozilla/addons-linter/issues"
  },
  "homepage": "https://github.com/mozilla/addons-linter#readme",
  "devDependencies": {
    "babel-core": "6.24.1",
    "babel-eslint": "7.2.3",
    "babel-istanbul": "0.12.2",
    "babel-istanbul-loader": "0.1.0",
    "babel-loader": "7.0.0",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-preset-env": "1.5.1",
    "babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-stage-2": "6.24.1",
    "chai": "4.0.1",
    "comment-json": "1.1.3",
    "coveralls": "2.13.1",
    "deepmerge": "1.3.2",
    "gfm.css": "1.1.1",
    "grunt": "1.0.1",
    "grunt-contrib-clean": "1.1.0",
    "grunt-contrib-copy": "1.0.0",
    "grunt-coveralls": "1.0.1",
    "grunt-eslint": "19.0.0",
    "grunt-gh-pages": "2.0.0",
    "grunt-mocha-test": "0.13.2",
    "grunt-newer": "1.3.0",
    "grunt-webpack": "3.0.0",
    "isparta": "4.0.0",
    "json-loader": "0.5.4",
    "load-grunt-configs": "1.0.0",
    "load-grunt-tasks": "3.5.2",
    "lodash.clonedeep": "4.5.0",
    "lodash.ismatchwith": "4.4.0",
    "markdown-it": "8.3.1",
    "markdown-it-anchor": "4.0.0",
    "markdown-it-emoji": "1.3.0",
    "mocha": "3.4.2",
    "mocha-multi": "0.11.0",
    "request": "2.81.0",
    "shelljs": "0.7.7",
    "sinon": "2.3.2",
    "webpack": "2.6.1",
    "webpack-dev-server": "2.4.5",
    "tar": "3.1.5"
  },
  "dependencies": {
    "ajv": "5.0.1",
    "babel-polyfill": "6.23.0",
    "bunyan": "1.8.10",
    "chalk": "1.1.3",
    "cheerio": "0.22.0",
    "columnify": "1.5.4",
    "crx-parser": "0.1.2",
    "dispensary": "0.10.8",
    "es6-promisify": "5.0.0",
    "eslint": "3.19.0",
    "eslint-plugin-no-unsafe-innerhtml": "1.0.16",
    "esprima": "3.1.3",
    "first-chunk-stream": "2.0.0",
    "postcss": "6.0.1",
    "relaxed-json": "1.0.1",
    "semver": "5.3.0",
    "source-map-support": "0.4.15",
    "strip-bom-stream": "3.0.0",
    "url-parse": "1.1.9",
    "xmldom": "0.1.27",
    "yargs": "8.0.1",
    "yauzl": "2.8.0"
  }
}
