forked from mthenw/frontail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1 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
{
"name": "frontail",
"version": "4.0.2",
"description": "streaming logs to the browser",
"homepage": "https://github.com/mthenw/frontail",
"author": "Maciej Winnicki <[email protected]>",
"license": "MIT",
"bin": "./bin/frontail",
"dependencies": {
"CBuffer": "0.1.4",
"commander": "1.3.2",
"connect": "2.11.0",
"cookie": "0.1.0",
"daemon": "1.1.0",
"socket.io": "1.4.8"
},
"devDependencies": {
"eslint": "^3.6.0",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"jsdom": "^8.5.0",
"mocha": "~2.3.2",
"should": "~3.3.2",
"sinon": "~1.7.3",
"supertest": "~0.8.1",
"temp": "~0.8.1"
},
"scripts": {
"lint": "eslint .",
"test": "mocha -r should --reporter spec test/*.js"
},
"repository": {
"type": "git",
"url": "http://github.com/mthenw/frontail.git"
},
"keywords": [
"tail",
"syslog",
"realtime",
"log",
"devops"
],
"main": "index",
"preferGlobal": true
}