package.json
{
"name": "azul-logger",
"version": "0.1.1",
"description": "Azul.js Logger",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/.bin/_mocha --report html --",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly --"
},
"files": [
"index.js",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git://github.com/wbyoung/azul-logger.git"
},
"keywords": [
"postgres",
"mysql",
"sqlite",
"pg",
"orm",
"database",
"sql",
"logger"
],
"author": "Whitney Young",
"license": "MIT",
"bugs": {
"url": "https://github.com/wbyoung/azul-logger/issues"
},
"homepage": "https://github.com/wbyoung/azul-logger",
"dependencies": {
"chalk": "^1.0.0",
"lodash": "^3.6.0"
},
"peerDependencies": {
"azul": "^0.0.1-alpha.14"
},
"devDependencies": {
"chai": "^2.3.0",
"istanbul": "^0.3.13",
"mocha": "^2.2.4",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
}
}