forked from winstonjs/winston-loggly
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 975 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
44
45
46
{
"name": "winston-hipchat",
"version": "0.1.3",
"description": "A Hipchat transport for winston",
"author": "Joey Baker <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/joeybaker/winston-hipchat.git"
},
"keywords": [
"logging",
"sysadmin",
"tools",
"chat",
"winston",
"hipchat",
"flatiron"
],
"dependencies": {
"request": "~2.27.0",
"lodash": "~2.2.1"
},
"devDependencies": {
"winston": "~0.7",
"vows": "0.5.x >=0.5.11",
"grunt-simple-mocha": "~0.4.0",
"grunt-shell": "~0.5.0",
"grunt-bumpx": "~0.1.5",
"chai": "~1.8.1",
"grunt-notify": "~0.2.13",
"mocha": "~1.13.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt": "~0.4.1",
"sinon": "~1.7.3"
},
"peerDependencies": {
"winston": "<=0.8 || >=0.7"
},
"main": "./lib/winston-hipchat",
"scripts": {
"test": "vows --spec"
},
"engines": {
"node": ">= 0.4.0"
}
}