-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version number, update dependencies
- Loading branch information
1 parent
c159fc3
commit fec3ae0
Showing
1 changed file
with
35 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,36 @@ | ||
{ | ||
"name": "winston-telegram", | ||
"description": "A Telegram transport for winston", | ||
"version": "0.1.0", | ||
"author": "Ivan Marban", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/ivanmarban/winston-telegram.git" | ||
}, | ||
"keywords": ["logging", | ||
"sysadmin", | ||
"tools", | ||
"winston", | ||
"telegram", | ||
"bot"], | ||
"dependencies": { | ||
"request": "^2.65.0" | ||
}, | ||
"devDependencies": { | ||
"winston": "" | ||
}, | ||
"peerDependencies": { | ||
"winston": "", | ||
"vows": "" | ||
}, | ||
"main": "./lib/winston-telegram", | ||
"scripts": { "test": "vows test/*test.js --spec" }, | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"license": "MIT" | ||
} | ||
"name": "winston-telegram", | ||
"description": "A Telegram transport for winston", | ||
"version": "0.2.0", | ||
"author": "Ivan Marban", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/ivanmarban/winston-telegram.git" | ||
}, | ||
"keywords": [ | ||
"logging", | ||
"sysadmin", | ||
"tools", | ||
"winston", | ||
"telegram", | ||
"bot" | ||
], | ||
"dependencies": { | ||
"request": "^2.69.0" | ||
}, | ||
"devDependencies": { | ||
"winston": "" | ||
}, | ||
"peerDependencies": { | ||
"winston": "", | ||
"vows": "" | ||
}, | ||
"main": "./lib/winston-telegram", | ||
"scripts": { | ||
"test": "vows test/*test.js --spec" | ||
}, | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"license": "MIT" | ||
} |