UNPKG

smell

Version:
31 lines (30 loc) 661 B
{ "name": "smell", "description": "Smelly log emissions", "author": "Eirik Albrigtsen <analsandblaster@gmail.com>", "version": "2.0.6", "repository": { "type": "git", "url": "clux/smell" }, "keywords": [ "log", "event", "emitter" ], "main": "smell.js", "scripts": { "test": "nodeunit --reporter=verbose test/*.js", "precoverage": "jscoverage smell.js", "coverage": "SMELL_COV=1 nodeunit --reporter=lcov test/*.js" }, "dependencies": {}, "devDependencies": { "jscoverage": "^0.5.9", "nodeunit": "^0.9.1" }, "bugs": { "url": "http://github.com/clux/smell/issues" }, "license": "MIT" }