Basic logger
parents
Showing
.gitignore
0 → 100644
index.js
0 → 100644
npm-debug.log
0 → 100644
package.json
0 → 100644
{ | ||
"name": "ed3-logger", | ||
"version": "1.0.0", | ||
"description": "The most basic logger you could ever imagine", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
} |
Please
register
or
sign in
to comment