-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 865 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
41
42
43
{
"name": "log-tail",
"version": "0.1.4",
"description": "Tail logs and output them in a debug window",
"main": "lib/index",
"bin": {
"log-tail": "bin/log-tail.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mraiur/log-tail.git"
},
"bugs": {
"url": "https://github.com/mraiur/log-tail/issues"
},
"dependencies": {
"chokidar": "^1.3.0",
"commander": "^2.9.0",
"fs": "0.0.2",
"socket.io": "^1.3.7"
},
"devDependencies": {},
"author": "Nikolay Ivanov <[email protected]>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mraiur/log-tail/blob/master/LICENSE"
}
],
"readmeFilename": "README.md",
"directories": {
"test": "test"
},
"engines": {
"node": ">= 4.2.2"
},
"scripts": {},
"keywords": [
"log",
"browser",
"tail"
]
}