-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "bunyan-sumologic",
"version": "1.2.0",
"description": "SumoLogic stream for the Bunyan logger",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/_mocha",
"lint": "./node_modules/.bin/eslint **.js ./test/**.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TonyFNZ/bunyan-sumologic.git"
},
"keywords": [
"sumologic",
"bunyan"
],
"engine": "4.0.0",
"author": {
"name": "Tony Fendall",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TonyFNZ/bunyan-sumologic/issues"
},
"homepage": "https://github.com/TonyFNZ/bunyan-sumologic#readme",
"devDependencies": {
"eslint": "^2.11.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.1",
"mocha": "^3.0.2",
"mocha-circleci-reporter": "0.0.2",
"nyc": "^10.2.0",
"require-subvert": "^0.1.0",
"should": "^11.1.0",
"sinon": "^1.17.6"
},
"dependencies": {
"request": "^2.75.0"
}
}