lme
Version:
Simply and beautifully log to console.
41 lines (40 loc) • 890 B
JSON
{
"name": "lme",
"version": "1.5.3",
"description": "Simply and beautifully log to console.",
"main": "index.js",
"scripts": {
"test": "node test.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/vajahath/lme.git"
},
"keywords": [
"console.log",
"colors",
"chalk",
"beautiful",
"output",
"console",
"log"
],
"author": "Vajahath Ahmed <vajuoff.1@gmail.com> (http://twitter.com/vajahath7)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vajahath/lme/issues"
},
"homepage": "https://github.com/vajahath/lme#readme",
"dependencies": {
"app-root-path": "^2.0.1",
"chalk": "^1.1.3"
},
"contributors": [
"Derek MacDonald (https://github.com/demacdonald)",
"Aman Mittal (https://github.com/amandeepmittal)"
],
"devDependencies": {
"eslint": "^3.13.1"
}
}