package.json
{
"name": "log-block",
"description": "Logging utility to generate nice looking log blocks",
"version": "1.0.0",
"main": "lib/log-block.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/tandrewnichols/log-block.git"
},
"keywords": [
"logging",
"format",
"pretty",
"print",
"put",
"puts"
],
"author": {
"name": "Andrew Nichols",
"email": "tandrewnichols@gmail.com",
"url": "www.tandrewnichols.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tandrewnichols/log-block/issues"
},
"homepage": "https://github.com/tandrewnichols/log-block",
"dependencies": {},
"devDependencies": {
"coffee-script": "^1.10.0",
"coffeeify": "^1.1.0",
"file-manifest": "^1.0.3",
"gulp": "^3.9.0",
"gulp-codeclimate-reporter": "^1.1.0",
"gulp-copy": "0.0.2",
"gulp-debug": "^2.1.2",
"gulp-istanbul": "^0.10.2",
"gulp-jshint": "^1.12.0",
"gulp-mocha": "^2.1.3",
"gulp-open": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.1",
"gulp-spawn-mocha": "^2.2.1",
"gulp-uglify": "^1.4.2",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.15",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coffee-preprocessor": "^0.3.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.3.3",
"mocha-given": "^0.1.3",
"phantomjs": "^1.9.18",
"rimraf": "^2.4.3",
"should": "^7.1.1",
"should-sinon": "0.0.3",
"sinon": "^1.17.2"
}
}