forked from darrylwest/simple-node-logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "simple-node-logger",
"version": "0.92.16",
"description": "A simple node console and file logger suitable for small, medium and large projects.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/darrylwest/simple-node-logger.git"
},
"scripts":{
"test": "grunt testAll"
},
"keywords": [
"log",
"logger",
"multi-appender",
"file logger",
"rolling file logger",
"console logger"
],
"dependencies": {
"lodash": "^3.0.0",
"moment": "^2.8.4",
"path": "^0.11.14",
"util": "^0.10.3"
},
"devDependencies": {
"casual": "^1.4.6",
"chai": "~1.8.1",
"express-mocks-http": "0.0.11",
"grunt": "~0.4.2",
"grunt-concurrent": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jsdoc": "^0.5.4",
"grunt-mocha-test": "~0.8.1",
"grunt-nsp-package": "0.0.5",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.1.0",
"mocha": "~1.16.2",
"time-grunt": "~0.1.1"
},
"author": "[email protected]",
"license": "Apache 2.0",
"homepage": "https://github.com/darrylwest/simple-node-logger"
}