package.json 694 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "draftlog",
  3. "version": "1.0.12",
  4. "description": "Create updatable log lines into the terminal, and give life to your logs!",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node tests"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/ivanseidel/node-draftlog.git"
  12. },
  13. "keywords": [
  14. "logging",
  15. "console",
  16. "log",
  17. "terminal",
  18. "logger",
  19. "ui",
  20. "post",
  21. "after"
  22. ],
  23. "author": "Ivan Seidel Gomes",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/ivanseidel/node-draftlog/issues"
  27. },
  28. "homepage": "https://github.com/ivanseidel/node-draftlog#readme",
  29. "devDependencies": {
  30. "chalk": "^1.1.3"
  31. }
  32. }