-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 887 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
{
"name": "bunyan-sentry-stream",
"version": "1.2.1",
"description": "Write log to Sentry/Raven by using Bunyan",
"keywords": [
"bunyan",
"sentry",
"raven",
"log"
],
"main": "index.js",
"dependencies": {
"lodash.omit": "4.5.0"
},
"devDependencies": {
"bunyan": "1.8.12",
"chai": "4.1.2",
"eslint": "~1.10.3",
"eslint-config-cp": "~1.1.0",
"mocha": "3.5.0",
"nyc": "11.2.1",
"sinon": "3.2.1"
},
"scripts": {
"test": "nyc _mocha -b",
"pretest": "npm run lint",
"lint": "eslint .",
"mocha": "_mocha -b"
},
"engines": {
"node": ">=4.8.4"
},
"repository": {
"type": "git",
"url": "git://github.com/transcovo/bunyan-sentry-stream.git"
},
"bugs": {
"url": "https://github.com/transcovo/bunyan-sentry-stream/issues"
},
"author": "Chauffeur-Privé",
"license": "Apache-2.0"
}