forked from NarrativeScience-old/log.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.02 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
{
"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": {
"backbone": "~0.9.10",
"underscore": "~1.4.3",
"jquery": "~1.8.1",
"jquery-browserify": "~1.8.1",
"socket.io": "~0.9.13",
"socket.io-client": "~0.9.11",
"express": "~3.0.1",
"winston": "~0.6.2",
"coffee-script": "~1.4.0"
},
"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"
},
"scripts": {
"prepublish": "cake build",
"postinstall": "cake ensure:configuration"
}
}