{
    "name": "underscore-methods-usage-statistics",
    "description": "🔨 Display statistics of Underscore.js methods",
    "version": "1.0.11",
    "license": "MIT",
    "author": {
        "name": "Piotr Kowalski",
        "email": "piecioshka@gmail.com",
        "url": "https://piecioshka.pl"
    },
    "scripts": {
        "test": "jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json"
    },
    "dependencies": {
        "underscore": "^1.8.3"
    },
    "devDependencies": {
        "jasmine": "^2.5.3"
    },
    "repository": {
        "type": "git",
        "url": "git+ssh://git@github.com/piecioshka/underscore-methods-usage-statistics.git"
    },
    "files": [
        "src",
        "index.js",
        "package.json",
        "README.md"
    ],
    "keywords": [
        "cli",
        "underscore",
        "lodash",
        "methods",
        "usage",
        "statistics",
        "counter",
        "report"
    ],
    "bin": {
        "underscore-methods-usage-statistics": "bin/cli.js"
    }
}
