{
    "name": "consolelog",
    "description": "Cross-Browser console.log() Wrapper",
    "version": "2.1.3",
    "main": "consolelog",
    "author": "Craig Patik <craig@patik.com> (http://patik.com)",
    "devDependencies": {
        "grunt": "^0.4.5",
        "grunt-contrib-jshint": "^0.11.0",
        "grunt-contrib-uglify": "^0.8.0",
        "grunt-contrib-watch": "^0.5.3",
        "load-grunt-tasks": "^1.0.0"
    },
    "keywords": [
        "Console logger",
        "console.log",
        "log",
        "Console logging",
        "JavaScript Debugging",
        "Developer Tools",
        "Browser Tools",
        "Legacy Browsers",
        "oldIE",
        "IE 6",
        "IE 7",
        "IE 8"
    ],
    "repository": {
        "type": "git",
        "url": "http://github.com/patik/console.log-wrapper.git"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/patik/console.log-wrapper/issues"
    },
    "homepage": "https://github.com/patik/console.log-wrapper",
    "directories": {
        "test": "test"
    },
    "dependencies": {
        "grunt": "^0.4.5",
        "grunt-contrib-jshint": "^0.11.0",
        "grunt-contrib-uglify": "^0.8.0",
        "grunt-contrib-watch": "^0.5.3",
        "load-grunt-tasks": "^1.0.0"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    }
}
