Simple logging library for node.js.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 486B

12345678910111213141516171819202122
  1. {
  2. "name": "mlogger",
  3. "version": "1.1.1",
  4. "description": "Tiny logging library for node.js.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": {
  10. "name": "Martin Dørum Nygaard",
  11. "email": "martid0311@gmail.com",
  12. "url": "http://mort.coffee"
  13. },
  14. "license": "GPLv2",
  15. "dependencies": {
  16. "colors": "^1.1.2"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "http://git.mort.coffee/mort/mlogger"
  21. }
  22. }