Skip to content
Snippets Groups Projects
Select Git revision
  • cb39eaf131c0d8877198b27cfd7d803de21f6d3d
  • main default protected
  • 3.1.7
  • 3.1.6
  • 3.1.5
  • 3.1.4
  • 3.1.3
  • 3.1.2
  • 3.1.1
  • 3.1.0
  • 2.14.0
  • 2.13.5
  • 2.13.4
  • 2.13.3
  • 2.13.2
  • 2.13.0
  • 2.12.1
  • 2.12.0
  • 2.11.0
  • 2.10.1
  • 2.10.0
  • 2.9.1
22 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 318 B
    {
      "name": "log",
      "version": "1.0.0",
      "description": "A simple Logger with Options!",
      "main": "index.js",
      "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
      },
      "author": "Dominik Sigmund",
      "license": "ISC",
      "dependencies": {
        "graylog2": "^0.2.1",
        "moment": "^2.22.2"
      }
    }