Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Commit

Permalink
add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemo committed Oct 12, 2013
1 parent 77c4e00 commit d415dd7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
.idea

# Mac OS X
.DS_Store
.DS_Store

# Node.js
.npmignore
node_modules/
npm-debug.log

# Git
.git*
2 changes: 1 addition & 1 deletion demo/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ var End = require('./../lib/end'),
app = require('express')(),
server = require('http').createServer(app);

server.listen(80);
server.listen(8080);
var sio = End.init(end_config, server);
sio.set('log level', 1);
1 change: 0 additions & 1 deletion lib/base/listen.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ listen.child_removed = function (route, type) {
}
});
};

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"type": "git",
"url": "https://github.com/demohi/end.git"
},
"dependencies": {
"emailjs":"*",
"mongodb":"*",
"socket.io":"*",
"moment":"*",
"crypto":"*"
},
"keywords": [
"baas",
"end",
Expand Down

0 comments on commit d415dd7

Please sign in to comment.