forked from NarrativeScience-old/log.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.15 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
{
"name": "log.io",
"description": "Realtime log monitoring in your browser",
"version": "0.3.4",
"homepage": "http://logio.org",
"keywords": [
"logs",
"monitoring",
"realtime",
"socket.io",
"node.js",
"ajax"
],
"author": "Mike Smathers <[email protected]>",
"contributors": [
{
"name": "Mike Smathers",
"email": "[email protected]"
}
],
"dependencies": {
"ansi-to-html": "^0.6.3",
"backbone": "~1.3.3",
"clusterize.js": "^0.17.6",
"coffee-script": "~1.12.7",
"express": "~4.15.4",
"jquery": "~3.2.1",
"socket.io": "~2.0.3",
"socket.io-client": "~2.0.3",
"underscore": "~1.8.3",
"virtual-scroll": "^1.3.1",
"winston": "~2.3.1"
},
"devDependencies": {
"browserify": "~14.4.0",
"chai": "~4.1.2",
"coffeeify": "^2.1.0",
"less": "~2.7.2",
"mocha": "~3.5.3",
"sinon": "~3.2.1",
"sinon-chai": "~2.13.0"
},
"bin": {
"log.io-server": "./bin/log.io-server",
"log.io-harvester": "./bin/log.io-harvester"
},
"scripts": {
"prepublish": "cake build",
"postinstall": "cake ensure:configuration"
}
}