{
  "name": "esdoc-plugin-escomplex",
  "version": "0.1.4",
  "homepage": "https://github.com/typhonjs-node-esdoc/esdoc-plugin-escomplex/",
  "description": "A plugin for ESDoc that produces complexity analysis reports via typhonjs-escomplex.",
  "license": "MPL-2.0",
  "author": {
    "name": "Mike Leahy"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/typhonjs-node-esdoc/esdoc-plugin-escomplex.git"
  },
  "maintainers": [
    {
      "name": "Mike Leahy",
      "email": "support@typhonjs.io",
      "url": "https://github.com/typhonrt"
    }
  ],
  "dependencies": {
    "cheerio": "^0.20.0",
    "fs-extra": "^0.30.0",
    "ice-cap": "^0.0.4",
    "taffydb": "^2.0.0",
    "typhonjs-escomplex-module": ">=0.0.4",
    "typhonjs-escomplex-project": ">=0.0.4"
  },
  "devDependencies": {
    "jspm": "^0.16.0",
    "typhonjs-config-eslint": "^0.4.0",
    "typhonjs-npm-build-test": "^0.3.0"
  },
  "scripts": {
    "build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
    "esdoc": "esdoc -c .esdocrc",
    "eslint": "eslint .",
    "prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js",
    "test": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js",
    "test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul.js"
  },
  "jspm": {
    "directories": {},
    "dependencies": {
      "backbone": "github:typhonjs-backbone-parse/backbone-parse-es6@master"
    },
    "devDependencies": {
      "babel": "npm:babel-core@^5.0.0",
      "babel-runtime": "npm:babel-runtime@^5.0.0",
      "core-js": "npm:core-js@^1.0.0"
    }
  },
  "typhonjs": {
    "scm": {
      "autoInstallJSPM": false
    }
  },
  "keywords": [
    "typhonjs",
    "esdoc",
    "jsdoc",
    "plugin",
    "escomplex",
    "complexity",
    "report",
    "document",
    "documentation",
    "ES6",
    "ES2015",
    "ECMAScript6",
    "ECMAScript2015"
  ],
  "main": "dist/plugin.js",
  "files": [
    "dist",
    "src",
    "template",
    ".esdocrc",
    "AUTHORS.md"
  ],
  "directories": {},
  "bugs": {
    "url": "https://github.com/typhonjs-node-esdoc/esdoc-plugin-escomplex/issues"
  }
}
