Skip to content

Commit

Permalink
init with project setting
Browse files Browse the repository at this point in the history
  • Loading branch information
devjin0617 committed Jan 10, 2017
1 parent ba9385f commit 695d59d
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "nodejs-socket.io-chat-example",
"version": "1.0.0",
"description": "this is chat example using node.js with socket.io",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devjin0617/nodejs-socket.io-chat-example.git"
},
"keywords": [
"chat",
"socket.io",
"node.js",
"talk",
"tcp",
"websocket"
],
"author": "devjin0617",
"license": "MIT",
"bugs": {
"url": "https://github.com/devjin0617/nodejs-socket.io-chat-example/issues"
},
"homepage": "https://github.com/devjin0617/nodejs-socket.io-chat-example#readme",
"dependencies": {
"socket.io": "^1.7.2"
}
}

0 comments on commit 695d59d

Please sign in to comment.