Files
profile/themes/keepit/node_modules/draftlog/package.json
Spencer Pincott 97737ca1ae Initial commit
2024-07-15 22:20:13 -04:00

33 lines
694 B
JSON

{
"name": "draftlog",
"version": "1.0.13",
"description": "Create updatable log lines into the terminal, and give life to your logs!",
"main": "index.js",
"scripts": {
"test": "node tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivanseidel/node-draftlog.git"
},
"keywords": [
"logging",
"console",
"log",
"terminal",
"logger",
"ui",
"post",
"after"
],
"author": "Ivan Seidel Gomes",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivanseidel/node-draftlog/issues"
},
"homepage": "https://github.com/ivanseidel/node-draftlog#readme",
"devDependencies": {
"chalk": "^1.1.3"
}
}