forked from 6RiverSystems/loopback-component-bunyan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
44
45
{
"name": "loopback-component-bunyan",
"version": "0.0.2",
"description": "Bunyan logger component for loopback",
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"test": "./node_modules/.bin/mocha",
"test:debug": "npm run test -- --debug-brk"
},
"repository": {
"type": "git",
"url": "git://github.com/6RiverSystems/loopback-component-bunyan.git"
},
"keywords": [
"loopback",
"component",
"logger",
"bunyan"
],
"author": "Josh Pollak <josh@6river.com> (http://6river.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/6RiverSystems/loopback-component-bunyan/issues"
},
"homepage": "https://github.com/6RiverSystems/loopback-component-bunyan#readme",
"dependencies": {
"lodash": "4.16.4",
"bunyan": "1.8.4",
"bunyan-logentries": "=1.2.0",
"bunyan-logsene": "https://github.com/6RiverSystems/bunyan-logsene.git#v0.0.3",
"logdna": "1.2.2",
"bunyan-prettystream": "0.1.3"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.8.1",
"eslint-config-defaults": "9.0.0",
"loopback": "2.36.0",
"mocha": "3.1.2",
"sinon": "1.17.6",
"sinon-chai": "2.8.0",
"supertest": "2.0.1"
}
}