forked from alexgorbatchev/winston-logentries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 KB
/
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-logentries",
"version": "1.0.1",
"description": "This is a [winston] transport for the [logentries.com] logging service.",
"keywords": [
"winston",
"plugin",
"logentries"
],
"homepage": "https://github.com/alexgorbatchev/winston-logentries",
"bugs": "https://github.com/alexgorbatchev/winston-logentries/issues",
"author": {
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
"main": "./lib/winston-logentries.js",
"repository": {
"type": "git",
"url": "https://github.com/alexgorbatchev/winston-logentries.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/*.spec.coffee",
"pretest": "./node_modules/.bin/coffee --bare --output ./lib --compile ./src/*.coffee"
},
"dependencies": {
"logentries": "^1.0.1"
},
"devDependencies": {
"chai": "^1.9.1",
"coffee-errors": "^0.8.5",
"coffee-script": "^1.7.1",
"logentries": "^1.0.0",
"mocha": "^1.18.2",
"sinon": "^1.9.1",
"sinon-chai": "^2.5.0",
"winston": "^0.7.3"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}