We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c0d47 commit d08e52bCopy full SHA for d08e52b
.gitignore
@@ -0,0 +1 @@
1
+node_modules
package.json
@@ -0,0 +1,22 @@
+{
2
+ "name": "logger",
3
+ "version": "1.0.0",
4
+ "description": "logging module",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/newsengine/logger.git"
12
13
+ "author": "Debapriya Das - yodebu@gmail.com",
14
+ "license": "ISC",
15
+ "bugs": {
16
+ "url": "https://github.com/newsengine/logger/issues"
17
18
+ "homepage": "https://github.com/newsengine/logger#readme",
19
+ "dependencies": {
20
+ "winston": "^2.3.1"
21
+ }
22
+}
0 commit comments