FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-chat/package.json at master · wenzi0github/node-chat · GitHub
wenzi0github
/
node-chat
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
13
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-chat
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (23 loc) · 466 Bytes
Breadcrumbs
node-chat
/
package.json
Copy path
File metadata and controls
23 lines (23 loc) · 466 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name"
:
"
node-web-chat
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
node-socket.io实现一个web即时聊天功能
"
,
"main"
:
"
server.js
"
,
"dependencies"
: {
"express"
:
"
^4.12.3
"
,
"socket.io"
:
"
^1.3.5
"
},
"devDependencies"
: {},
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
,
"start"
:
"
node server.js
"
},
"keywords"
: [
"
node
"
,
"
web
"
,
"
chat
"
,
"
wenzi
"
],
"author"
:
"
shaobing
"
,
"license"
:
"
MIT
"
}
Back
|
FazBrowse Home
|
New Git URL