forked from NarrativeScience-old/log.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 868 Bytes
/
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
{
"name": "log.io",
"version": "0.2.6",
"description": "Real-time log monitoring in your browser",
"homepage": "http://logio.org",
"keywords": ["logs", "monitoring", "realtime", "socket.io", "node.js", "ajax"],
"author": "Mike Smathers <msmathers@narrativescience.com>",
"contributors": [
{ "name": "Mike Smathers", "email": "msmathers@narrativescience.com" },
{ "name": "Russell Perkins", "email": "russell@ListenerApproved.com" }
],
"repository":{
"type": "git",
"url": "https://github.com/NarrativeScience/Log.io"
},
"dependencies": {
"forever": "0.8.2",
"socket.io": "0.9.0",
"socket.io-client": "0.9.0",
"connect": "<=1.8.4",
"underscore": ">=1.1.7"
},
"scripts": {
"postinstall": "bin/install.sh",
"postupdate": "bin/install.sh"
},
"main": "index",
"engines": { "node": ">=0.4.9" }
}