forked from sparkida/winston-datadog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 969 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
{
"name": "winston-datadog",
"version": "1.2.0",
"description": "Super light transport for logging Datadog events",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R spec --recursive",
"cover": "rm -rf ./coverage; ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --recursive",
"report": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sparkida/winston-datadog.git"
},
"keywords": [
"winston",
"datadog"
],
"author": "Nicholas Riley",
"license": "MIT",
"bugs": {
"url": "https://github.com/sparkida/winston-datadog/issues"
},
"homepage": "https://github.com/sparkida/winston-datadog#readme",
"dependencies": {},
"devDependencies": {
"coveralls": "^2.11.8",
"dotenv": "^2.0.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"winston": "^3.0.0"
}
}