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.
0 parents commit 85b97aaCopy full SHA for 85b97aa
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "logtify-logentries",
3
+ "version": "0.0.0",
4
+ "description": "Logentries chain link for logtify logger",
5
+ "main": "src/index.js",
6
+ "scripts": {
7
+ "test": "make test"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/dial-once/node-logtify-logentries.git"
12
13
+ "author": "Dial Once",
14
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/dial-once/node-logtify-logentries/issues"
17
18
+ "homepage": "https://github.com/dial-once/node-logtify-logentries#readme"
19
+}
0 commit comments