-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
80 lines (80 loc) · 1.7 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "nogger",
"preferGlobal": "true",
"description": "node logger and monitoring tool",
"version": "2.1.8",
"homepage": "https://github.com/paul-em/nogger",
"author": {
"name": "Paul Em",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/paul-em/nogger.git"
},
"bugs": {
"url": "https://github.com/paul-em/nogger/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/paul-em/nogger/blob/master/LICENSE"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.10.0"
},
"bin": {
"nogger": "bin/nogger.js"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"chalk": "~0.4.0",
"daemonize2": "~0.4.2",
"express.io": ">= 1.1.13",
"liftoff": "~0.11.1",
"minimist": "~0.1.0",
"nogger-node-adapter": ">= 0.5.3",
"pem": "^1.7.2",
"reverse-line-reader": "^0.2.6",
"tail": "^0.4.0",
"underscore": "^1.8.2"
},
"devDependencies": {
"mocha": "~1.10.0",
"gulp-less": "~1.2.3",
"express": "~4.1.1",
"tiny-lr": "0.0.7",
"gulp-livereload": "~1.3.1",
"connect-livereload": "~0.4.0",
"gulp-concat": "~2.2.0",
"gulp-minify-css": "~0.3.6",
"gulp-embedlr": "~0.5.2",
"ecstatic": "~0.5.1",
"gulp-imagemin": "~0.5.0",
"gulp-uncss-task": "~0.3.0",
"gulp-usemin": "~0.3.5",
"gulp-uglify": "~0.3.1",
"gulp-rev": "~0.4.1",
"gulp-ngmin": "~0.3.0",
"gulp-clean": "~0.3.1",
"gulp-run-sequence": "~0.3.2"
},
"keywords": [
"logging",
"grep",
"logfile",
"monitor",
"nogger",
"node logger",
"logfile reader",
"dashboard",
"tail",
"cli",
"tools",
"sysadmin"
]
}