escomplex-ast-moz
Version:
Mozilla-format AST walker for escomplex.
44 lines (43 loc) • 1.13 kB
JSON
{
"name": "escomplex-ast-moz",
"version": "0.2.1",
"description": "Mozilla-format AST walker for escomplex.",
"homepage": "https://github.com/jared-stilwell/escomplex-ast-moz",
"bugs": "https://github.com/jared-stilwell/escomplex-ast-moz/issues",
"license": "MIT",
"author": "Jared Stilwell <jared.k.stilwell@gmail.com> (https://github.com/jared-stilwell)",
"main": "./src",
"repository": {
"type": "git",
"url": "https://github.com/jared-stilwell/escomplex-ast-moz.git"
},
"keywords": [
"escomplex",
"complexity",
"simplicity",
"cyclomatic",
"halstead",
"maintainability",
"dependencies",
"static",
"analysis",
"metrics",
"ast",
"walker"
],
"dependencies": {
"check-types": "~4",
"escomplex-traits": "0.2.x"
},
"devDependencies": {
"chai": "^3.3.0",
"esprima": "2.6.x",
"jshint": "2.8.x",
"mocha": "2.3.x",
"sinon": "^1.16.1"
},
"scripts": {
"lint": "./node_modules/jshint/bin/jshint src --config config/jshint.json",
"test": "./node_modules/mocha/bin/mocha --ui tdd --reporter spec --colors test"
}
}