tagol/package.json

61 lines
1.0 KiB
JSON

{
"name": "tagol",
"version": "1.0.0",
"description": "Another logger using template literals for nodejs and browsers",
"main": "tagol.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.p2p.legal/dig/tagol.git"
},
"bugs": {
"url": "https://git.p2p.legal/dig/tagol/issues"
},
"homepage": "https://git.p2p.legal/dig/tagol",
"keywords": [
"tagol",
"color",
"colour",
"cli",
"log",
"logger",
"logging",
"debug",
"message",
"error",
"tty",
"terminal",
"console",
"shell",
"xterm",
"ansi",
"command-line",
"text",
"string",
"str",
"literal",
"tag",
"tagged",
"template",
"format",
"formatting",
"style",
"es",
"es6",
"esnext",
"es2015",
"es2016",
"es6-tag"
],
"author": {
"name": "Thomas Di Grégorio",
"email": "dig@p2p.legal"
},
"license": "GPL-3.0",
"dependencies": {
"log-symbols": "^3.0.0"
}
}