forked from NarrativeScience-old/log.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "log.io",
"private": true,
"description": "Realtime log monitoring in your browser",
"version": "0.3.3",
"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",
"ansi-to-html": "~0.1.1"
},
"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"
},
"scripts": {
"prepublish": "cake build",
"postinstall": "cake ensure:configuration"
}
}