handy-log
Version:
1. Install ```javascript npm install handy-log OR yarn add handy-log ```
29 lines (28 loc) • 585 B
JSON
{
"name": "handy-log",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yTakkar/Handy-Log.git"
},
"keywords": [
"log",
"handy",
"Handy-Log"
],
"author": "yTakkar <www.shtakkar@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yTakkar/Handy-Log/issues"
},
"homepage": "https://github.com/yTakkar/Handy-Log#readme",
"dependencies": {
"chalk": "^2.1.0",
"chalk-animation": "^1.2.0"
}
}