Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin committed Jan 9, 2018
1 parent 632e392 commit 0bd8e2f
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 409 deletions.
22 changes: 0 additions & 22 deletions README.md

This file was deleted.

9 changes: 0 additions & 9 deletions client/css/bootstrap-responsive.min.css

This file was deleted.

9 changes: 0 additions & 9 deletions client/css/bootstrap.min.css

This file was deleted.

Binary file removed client/img/glyphicons-halflings-white.png
Binary file not shown.
Binary file removed client/img/glyphicons-halflings.png
Binary file not shown.
100 changes: 0 additions & 100 deletions client/index.html

This file was deleted.

162 changes: 0 additions & 162 deletions client/js/angular.min.js

This file was deleted.

6 changes: 0 additions & 6 deletions client/js/bootstrap.min.js

This file was deleted.

6 changes: 0 additions & 6 deletions client/js/jquery.min.js

This file was deleted.

31 changes: 20 additions & 11 deletions package.json
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"
}
84 changes: 0 additions & 84 deletions server.js

This file was deleted.

0 comments on commit 0bd8e2f

Please sign in to comment.