-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
632e392
commit 0bd8e2f
Showing
11 changed files
with
20 additions
and
409 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,22 @@ | ||
{ | ||
"name": "chat-example", | ||
"version": "0.0.0", | ||
"description": "A chat example to showcase how to use `socket.io` with a static `express` server with `async` for control flow.", | ||
"main": "server.js", | ||
"repository": "", | ||
"author": "Mostafa Eweda <[email protected]>", | ||
"dependencies": { | ||
"async": "~0.2.8", | ||
"express": "~3.2.4", | ||
"socket.io": "~0.9.14" | ||
} | ||
"name": "tersely", | ||
"version": "0.0.1", | ||
"description": "A URL Shortener web app written in Node.js, with a MongoDB backend.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/techstar-cloud/tersely.git" | ||
}, | ||
"keywords": [ | ||
"url" | ||
], | ||
"author": "Turtuvshin Byambaa", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/techstar-cloud/tersely/issues" | ||
}, | ||
"homepage": "https://github.com/techstar-cloud/tersely#readme" | ||
} |