UNPKG

logify

Version:
40 lines (39 loc) 998 B
{ "name": "logify", "version": "0.2.1", "description": "Logging framework for node and the browser", "main": "dist", "scripts": { "prepublish": "babel src -d dist --optional runtime", "test": "NODE_ENV=test mocha --require co-mocha --compilers js:babel/register 'src/**/*.spec.js' && NODE_ENV=test ava test-promises.js" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/purposeindustries/node-logify.git" }, "keywords": [ "logger", "log", "logify" ], "author": "Bence Dányi <bence@danyi.me>", "license": "MIT", "bugs": { "url": "https://github.com/purposeindustries/node-logify/issues" }, "homepage": "https://github.com/purposeindustries/node-logify#readme", "dependencies": { "babel-runtime": "^5.8.20", "chalk": "^1.1.0", "reconnect-net": "0.0.0" }, "devDependencies": { "ava": "^0.2.0", "babel": "^5.8.23", "co-mocha": "^1.1.2", "mocha": "^2.3.0" } }