-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 935 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
{
"name": "component-logger-winston",
"version": "1.0.1",
"description": "A logger component for winston",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha",
"docs": "jsdoc -c ./.jsdoc-conf.json"
},
"keywords": [
"component",
"winston",
"logger"
],
"author": "Adam Powers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apowers313/component-logger-winston"
},
"bugs": {
"url": "https://github.com/apowers313/component-logger-winston/issues",
"email": "[email protected]"
},
"devDependencies": {
"chai": "^3.5.0",
"gh-pages": "^0.12.0",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"jsdoc": "^3.4.3",
"mocha": "^2.5.3",
"mockery": "^2.0.0",
"sinon": "^1.17.6"
},
"dependencies": {
"component-logger-console": "^1.0.2",
"winston": "^2.4.1"
}
}