https://github.com/es-analysis/plato
Raw File
Tip revision: a944bb9313785bcc47fb27b257bb2518c86174bd authored by Jarrod Overson on 09 August 2016, 17:32:02 UTC
Merge branch 'typhonjs-node-escomplex-master'
Tip revision: a944bb9
package.json
{
  "name": "plato",
  "description": "JavaScript source analysis and visualizer",
  "version": "1.6.0",
  "homepage": "https://github.com/es-analysis/plato",
  "license": "MIT",
  "author": {
    "name": "Jarrod Overson",
    "email": "jsoverson@gmail.com",
    "url": "http://jarrodoverson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/es-analysis/plato.git"
  },
  "bugs": {
    "url": "https://github.com/es-analysis/plato/issues"
  },
  "bin": "bin/plato",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/es-analysis/plato/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/plato",
  "engines": {
    "node": ">= 4.4.5"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~1.0.1",
    "grunt-casper": "~0.4.0",
    "grunt-contrib-jshint": "~1.0.0",
    "grunt-contrib-nodeunit": "~1.0.0",
    "grunt-contrib-uglify": "~1.0.1",
    "grunt-contrib-watch": "~1.0.0"
  },
  "keywords": [
    "halstead",
    "visualize",
    "cyclomatic",
    "complexity",
    "report",
    "analysis",
    "analyze"
  ],
  "dependencies": {
    "typhonjs-escomplex": "0.0.9",
    "fs-extra": "~0.30.0",
    "glob": "~7.0.5",
    "jshint": "~2.9.2",
    "lodash": "~4.13.1",
    "posix-getopt": "~1.2.0",
    "eslint": "~3.0.1"
  }
}
back to top