Simple logging library for node.js.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }