UNPKG

logrotate

Version:

Log rotation executable / library

33 lines (32 loc) 623 B
{ "name": "logrotate", "version": "0.0.1", "description": "Log rotation executable / library", "keywords": [ "log", "logrotate", "rotate" ], "author": "TJ Holowaychuk <tj@vision-media.ca>", "repository": { "type": "git", "url": "git://github.com/visionmedia/node-logrotate.git" }, "dependencies": { "commander": "~1.2.0", "ms": "~0.6.1", "batch": "~0.4.0", "debug": "*", "bytes": "~0.2.1", "cp": "~0.1.0", "printf": "~0.1.2" }, "devDependencies": { "mocha": "*", "should": "*" }, "bin": { "rotate": "bin/rotate" }, "main": "index" }