forked from structured-log/structured-log
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 744 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 744 Bytes
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
{
"description": "A serializing logger for JavaScript apps based on Serilog.",
"main": "src/structured-log.js",
"scripts": {
"test": "mocha --reporter=spec"
},
"repository": {
"type": "git",
"url": "https://github.com/structured-log/structured-log.js"
},
"keywords": [
"logging",
"structured",
"semantic"
],
"author": "Serilog Contributors",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/structured-log/structured-log.js/issues"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-using": "0.0.1",
"rimraf": "^2.4.1"
}
}