-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.53 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "node-winston-logging",
"version": "0.0.1",
"description": "Node.js Winston Logging - Pre-Config Logging library using node.js, winston.js.",
"main": "index.js",
"scripts": {
"compile": "grunt compile",
"test": "grunt test",
"dev": "grunt dev",
"prod": "grunt prod",
"deploy": "grunt deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salespaulo/node-winston-logging.git"
},
"keywords": [
"node",
"nodejs",
"winston",
"winstonjs",
"logging",
"log"
],
"author": "Paulo R. A. Sales",
"license": "MIT",
"bugs": {
"url": "https://github.com/salespaulo/node-winston-logging/issues"
},
"homepage": "https://github.com/salespaulo/node-winston-logging#readme",
"dependencies": {
"node-config-utils": "0.0.3",
"uuid": "*",
"config": "*",
"winston": "*",
"morgan": "*"
},
"devDependencies": {
"path": "*",
"chai": "*",
"chai-http": "*",
"mocha": "*",
"nodemon": "*",
"standard": "*",
"load-grunt-tasks": "*",
"grunt": "*",
"grunt-env": "*",
"grunt-shell": "*",
"grunt-notify": "*",
"grunt-nodemon": "*",
"grunt-concurrent": "*",
"grunt-mocha-test": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-compress": "*"
}
}