Skip to content

Commit

Permalink
Added package.json, file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
msmathers committed Jul 1, 2011
1 parent 823849c commit d15d525
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 209 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -13,7 +13,7 @@ Users create *stream* and *history* screens to view and search log messages.


[node.js](http://nodejs.org) [node.js](http://nodejs.org)


[socket.io (v0.6.17)](http://socket.io) (Log.io is currently incompatible with socket.io v0.7.x) [socket.io v0.6.17](http://socket.io) (Log.io is currently incompatible with socket.io v0.7.x)


[connect](http://senchalabs.github.com/connect/) [connect](http://senchalabs.github.com/connect/)


Expand Down Expand Up @@ -44,11 +44,11 @@ Web clients have been tested on *Chrome*, *Safari*, and *Firefox*.


4) Browse to: 4) Browse to:


http://<machine_a.host.com>:8998 http://machine_a.host.com:8998


5) Configure port, add HTTP basic auth (Optional) 5) Configure port, add HTTP basic auth (Optional)


- Modify /etc/log.io/server.conf Modify /etc/log.io/server.conf


sudo /etc/init.d/log.io-server restart sudo /etc/init.d/log.io-server restart


Expand Down
4 changes: 4 additions & 0 deletions index.js
@@ -0,0 +1,4 @@
modules.exports = {
harvester: require('./lib/harvester/log_harvester'),
server: require('./lib/server/log_server')
}
203 changes: 0 additions & 203 deletions lib/client/js/models.js

This file was deleted.

3 changes: 0 additions & 3 deletions lib/harvester/index.js

This file was deleted.

23 changes: 23 additions & 0 deletions package.json
@@ -0,0 +1,23 @@
{
"name": "Log.io",
"version": "0.1.2",
"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" }
],
"repository":{
"type": "git",
"url": "https://github.com/NarrativeScience/Log.io"
},
"dependencies": {
"socket.io": "0.6.17",
"connect": "1.5.1",
"underscore": "1.1.6",
"Socket.io-node-client": ">= 0.0.0"
},
"main": "index",
"engines": { "node": ">= 0.4.9" }
}

0 comments on commit d15d525

Please sign in to comment.