zest/base.logger

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
    "name": "base.logger",
    "description": "base.logger is a basic logger module used throughout zest for logging",
    "version": "0.0.1",
    "main": "./lib/index",
    "private": true,
    "scripts": {
        "test": "./node_modules/.bin/grunt test"
    },
    "license": "Unlicense",
    "repository": {
        "type": "git",
        "url": "https://github.com/zest/base.logger.git"
    },
    "bugs": {
        "url": "https://github.com/zest/base.logger/issues"
    },
    "maintainers": [
        {
            "name": "Pranav Jha",
            "email": "jha.pranav.s@gmail.com",
            "web": "http://about.me/pranavjha"
        }
    ],
    "dependencies": {
        "merge": "1.2.0",
        "moment": "2.8.3",
        "fs-extra": "0.12.0"
    },
    "devDependencies": {
        "grunt": "0.4.5",
        "grunt-cli": "0.1.13",
        "base.gruntrunner": "zest/base.gruntrunner",
        "chai": "1.9.1",
        "sinon": "1.10.3",
        "sinon-chai": "2.5.0",
        "chai-as-promised": "4.1.1"
    },
    "directories": {
        "lib": "lib",
        "test": "test"
    },
    "config": {
        "blanket": {
            "pattern": "//^(?!.*/node_modules/).*/lib/"
        }
    }
}