-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.61 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.61 KB
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
{
"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": {
"name": "Mike Smathers",
"email": "[email protected]"
},
"contributors": [
{
"name": "Mike Smathers",
"email": "[email protected]"
}
],
"dependencies": {
"backbone": "~0.9.10",
"express": "~3.0.1",
"jquery": "~1.8.1",
"jquery-browserify": "~1.8.1",
"socket.io": "~0.9.13",
"socket.io-client": "~0.9.11",
"underscore": "~1.4.3",
"watch": "^0.16.0",
"winston": "~0.6.2"
},
"devDependencies": {
"browserify": "~1.16.6",
"less": "~1.3.3",
"mocha": "~1.7.4",
"chai": "~1.4.0",
"sinon-chai": "~2.2.0",
"sinon": "~1.5.2"
},
"bin": {
"log.io-server": "./bin/log.io-server",
"log.io-harvester": "./bin/log.io-harvester"
},
"gitHead": "9ecd8991eca00e7a31db986ab0873262e4c49c6d",
"_id": "[email protected]",
"_shasum": "db949ff0fac46b84ae69947b9bf68b9f7a69b1eb",
"_from": "log.io@*",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "msmathers",
"email": "[email protected]"
},
"maintainers": [
{
"name": "msmathers",
"email": "[email protected]"
}
],
"dist": {
"shasum": "db949ff0fac46b84ae69947b9bf68b9f7a69b1eb",
"tarball": "http://registry.npmjs.org/log.io/-/log.io-0.3.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/log.io/-/log.io-0.3.4.tgz"
}