Skip to content

Commit

Permalink
Release v0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Sep 25, 2014
1 parent f4a89ca commit de8a254
Showing 1 changed file with 45 additions and 36 deletions.
81 changes: 45 additions & 36 deletions package.json
@@ -1,39 +1,48 @@
{
"name": "winston-logentries-transport-with-rewriter",
"description": "A Logentries transport for winston with optional rewriter",
"version": "0.0.1",
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://twitter.com/FGRibreau)",
"contributors": [{
"name" : "David Pate", "email" : "me@davidtpate.com"
}],
"repository": {
"type": "git",
"url": "http://github.com/FGRibreau/winston-logentries-transport.git"
},
"bugs": {
"url": "https://github.com/FGRibreau/winston-logentries-transport/issues"
},
"keywords": ["logging", "sysadmin", "tools", "winston", "logentries"],
"dependencies": {
"node-logentries": ">=0.0.x"
},
"devDependencies": {
"winston": ">=0.6.x",
"mocha": "^1.x",
"should": "^4.x",
"istanbul": "^0.x",
"jshint": "^2.x"
},
"peerDependencies": {
"winston": ">=0.6.x"
},
"main": "index.js",
"scripts": {
"test": "mocha --check-leaks --bail --reporter spec test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/ && jshint index.js"
},
"engines": {
"node": ">= 0.4.0"
"name": "winston-logentries-transport-with-rewriter",
"description": "A Logentries transport for winston with optional rewriter",
"version": "0.0.2",
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://twitter.com/FGRibreau)",
"contributors": [
{
"name": "David Pate",
"email": "me@davidtpate.com"
}
],
"repository": {
"type": "git",
"url": "http://github.com/FGRibreau/winston-logentries-transport.git"
},
"bugs": {
"url": "https://github.com/FGRibreau/winston-logentries-transport/issues"
},
"keywords": [
"logging",
"sysadmin",
"tools",
"winston",
"logentries"
],
"dependencies": {
"node-logentries": ">=0.0.x"
},
"devDependencies": {
"winston": ">=0.6.x",
"mocha": "^1.x",
"should": "^4.x",
"istanbul": "^0.x",
"jshint": "^2.x"
},
"peerDependencies": {
"winston": ">=0.6.x"
},
"main": "index.js",
"scripts": {
"test": "mocha --check-leaks --bail --reporter spec test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/ && jshint index.js"
},
"engines": {
"node": ">= 0.4.0"
}
}

0 comments on commit de8a254

Please sign in to comment.