-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 978 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "winston-sns",
"description": "A Simple Notification System Transport for winston (http://www.github.com/flatiron/winston)",
"version": "0.2.4",
"author": "Jesse Ditson <jesse.ditson@gmail.com>",
"contributors": [
"Matt Bowman <mbowman@yext.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/jesseditson/winston-sns.git"
},
"keywords": [
"logging",
"sysadmin",
"tools",
"winston",
"sns",
"amazon",
"notification"
],
"dependencies": {
"aws-sdk": "^2.1.x",
"lodash.defaults": "3.1.x"
},
"devDependencies": {
"winston": "0.4.x",
"vows": "0.5.x",
"matchdep": "0.3.x",
"grunt-contrib-watch": "0.5.x",
"grunt-contrib-coffee": "0.9.x",
"grunt-contrib-clean": "0.5.x",
"grunt-coffeelint": "0.0.x",
"grunt": "0.4.x"
},
"main": "./lib/winston-sns",
"scripts": {
"test": "vows test/*-test.js --spec"
},
"engines": {
"node": ">=0.4.x"
}
}