-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 851 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 851 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
32
33
34
35
{
"name": "@barchart/log4js-node-appenders",
"version": "1.1.5",
"description": "Custom appenders for log4js",
"homepage": "https://github.com/barchart/log4js-node-appenders#readme",
"bugs": {
"url": "https://github.com/barchart/log4js-node-appenders/issues"
},
"contributors": [
{
"name": "Igor Losev",
"email": "ihar.loseu@itechart-group.com",
"url": "http://www.barchart.com"
},
{
"name": "Bryan Ingle",
"email": "bryan.ingle@barchart.com",
"url": "http://www.barchart.com"
}
],
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-git": "^2.10.1",
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "^2.1.0",
"gulp-prompt": "^1.2.0",
"jshint": "^2.10.3"
},
"directories": {
"test": "test"
},
"license": "MIT"
}