{
  "name": "jsplato",
  "description": "JavaScript source analysis and visualizer",
  "version": "0.0.3",
  "homepage": "https://github.com/caozhong1996/jsplato",
  "author": {
    "name": "caozhong",
    "email": "836934184@qq.com",
    "url": "https://github.com/caozhong1996/jsplato"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/caozhong1996/jsplato"
  },
  "bugs": {
    "url": "https://github.com/caozhong1996/jsplato/issues"
  },
  "bin": "bin/plato",
  "license": "MIT",
  "main": "lib/plato",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "echo 'TODO: Replace Grunt'"
  },
  "devDependencies": {},
  "keywords": [
    "halstead",
    "visualize",
    "cyclomatic",
    "complexity",
    "report",
    "analysis",
    "analyze"
  ],
  "dependencies": {
    "eslint": "6.2.2",
    "eslint-plugin-react": "7.14.3",
    "fs-extra": "8.1.0",
    "globby": "10.0.1",
    "lodash": "^4.17.19",
    "posix-getopt": "^1.2.0",
    "typhonjs-escomplex": "0.1.0",
    "unixify": "^1.0.0"
  }
}
