{
    "name": "escomplex-traits",
    "version": "0.3.0",
    "description": "Traits for escomplex AST walkers.",
    "homepage": "https://github.com/jared-stilwell/escomplex-traits",
    "bugs": "https://github.com/jared-stilwell/escomplex-traits/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-traits.git"
    },
    "keywords": [
        "escomplex",
        "complexity",
        "simplicity",
        "cyclomatic",
        "halstead",
        "maintainability",
        "dependencies",
        "static",
        "analysis",
        "metrics",
        "traits"
    ],
    "devDependencies": {
        "jshint": "2.8.x",
        "mocha": "2.3.x",
        "chai": "3.3.x",
        "mockery": "1.4.x",
        "spooks": "2.0.x"
    },
    "scripts": {
        "lint": "./node_modules/jshint/bin/jshint src --config config/jshint.json",
        "test": "./node_modules/mocha/bin/mocha --ui tdd --reporter spec --colors test"
    }
}

