Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please include package.json #3

Open
Ajeey opened this issue Jan 13, 2014 · 2 comments
Open

Please include package.json #3

Ajeey opened this issue Jan 13, 2014 · 2 comments

Comments

@Ajeey
Copy link

Ajeey commented Jan 13, 2014

Its better to include package.json file so that anybody who clones this repo can easily run npm install

@attmore
Copy link

attmore commented May 7, 2014

{
"name": "chat-nodejs",
"description": "node.js + socket.io chat application",
"version": "0.0.1",
"dependencies": {
"express": "",
"socket.io": ""
}
}

@lyenliang
Copy link

Here is the package.json I use for chat-nodejs

{
"name": "chat-nodejs",
"version": "0.0.1",
"scripts": {
"start": "node server"
},
"dependencies": {
"express": "~4.11.0",
"socket.io": "~0.9.1"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants