{
    "author": "Daniel Arlitt <dgarlitt@yahoo.com>",
    "bugs": {
        "url": "https://github.com/dgarlitt/karma-nyan-reporter/issues"
    },
    "dependencies": {
        "cli-color": "^0.3.2"
    },
    "description": "Karma reporter with Nyan Cat style logging.",
    "devDependencies": {
        "chai": "^2.3.0",
        "coveralls": "^2.11.2",
        "istanbul": "^0.3.15",
        "mocha": "^2.2.4",
        "mocha-lcov-reporter": "0.0.2",
        "rewire": "^2.3.3",
        "sinon": "^1.14.1",
        "sinon-chai": "^2.7.0"
    },
    "keywords": [
        "karma-plugin",
        "karma-reporter",
        "nyan",
        "cat"
    ],
    "license": "The MIT License (MIT)",
    "main": "index.js",
    "maintainers": [
        {
            "email": "dgarlitt@yahoo.com",
            "name": "Daniel Arlitt"
        }
    ],
    "name": "karma-nyan-reporter",
    "peerDependencies": {
        "karma": ">=0.9"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/dgarlitt/karma-nyan-reporter.git"
    },
    "scripts": {
        "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
        "test": "./node_modules/mocha/bin/mocha -R spec ./test/*",
        "test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec  ./test/*"
    },
    "version": "0.2.5"
}
