UNPKG

ylog

Version:

Why another logger? That's a good question!

52 lines (51 loc) 1.17 kB
{ "name": "ylog", "description": "Why another logger? That's a good question!", "version": "0.2.2", "homepage": "https://github.com/qiu8310/ylog", "bugs": "https://github.com/qiu8310/ylog/issues", "license": "MIT", "main": "src/ylog.js", "author": { "name": "Zhonglei Qiu", "email": "qiuzhongleiabc@126.com" }, "repository": { "type": "git", "url": "https://github.com/qiu8310/ylog" }, "keywords": [ "ylog", "log", "logger", "debug", "npmlog", "grunt", "gruntlog", "progress", "event" ], "dependencies": { "are-we-there-yet": "^1.0.4", "chalk": "^1.0.0", "gauge": "^1.2.0", "ms": "^0.7.1" }, "devDependencies": { "coveralls": "^2.11.1", "gulp": "^3.8.8", "gulp-istanbul": "^0.8.1", "gulp-jscs": "^1.6.0", "gulp-jshint": "^1.9.4", "gulp-load-plugins": "^0.10.0", "gulp-mocha": "^2.0.0", "gulp-plumber": "^1.0.0", "jshint-stylish": "^1.0.1", "lodash": "^3.9.1", "should": "^6.0.1" }, "scripts": { "coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "test": "gulp test" } }