{
  "name": "escomplex",
  "version": "2.0.0-alpha",
  "description": "Software complexity analysis of JavaScript-family abstract syntax trees.",
  "homepage": "https://github.com/jared-stilwell/escomplex",
  "bugs": "https://github.com/jared-stilwell/escomplex/issues",
  "license": "MIT",
  "author": "Phil Booth <pmbooth@gmail.com> (https://github.com/philbooth)",
  "main": "./src",
  "repository": {
    "type": "git",
    "url": "https://github.com/jared-stilwell/escomplex.git"
  },
  "maintainers": [
    {
      "name": "Jared Stilwell",
      "email": "jared.k.stilwell@gmail.com",
      "url": "https://github.com/jared-stilwell"
    }
  ],
  "contributors": [
    {
      "name": "Will Boyd",
      "url": "https://github.com/lonekorean"
    },
    {
      "name": "Addison Higham",
      "url": "https://github.com/addisonj"
    }
  ],
  "keywords": [
    "escomplex",
    "complexity",
    "simplicity",
    "cyclomatic",
    "halstead",
    "maintainability",
    "dependencies",
    "static",
    "analysis",
    "metrics"
  ],
  "dependencies": {
    "check-types": "^5.1.0"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "eslint": "^2.2.0",
    "esprima": "^2.7.1",
    "mocha": "^2.3.4",
    "mockery": "1.4.x",
    "sinon": "^1.16.1",
    "spooks": "0.5.x"
  },
  "scripts": {
    "lint": "eslint test src",
    "test": "mocha --ui tdd --reporter spec --colors"
  },
  "eslintConfig": {
    "extends": "eslint:recommended",
    "parser": "esprima",
    "env": {
      "node": true,
      "mocha": true
    }
  }
}
