UNPKG
restify-new-nodejs-compatible
Version:
latest (8.5.1)
8.5.1
REST framework
restify.com
restify/node-restify
restify-new-nodejs-compatible
/
examples
/
sockio
/
package.json
13 lines
(12 loc)
•
215 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name"
:
"restify-example"
,
"version"
:
"0.0.0"
,
"description"
:
"Socket.io example"
,
"main"
:
"sockio.js"
,
"dependencies"
:
{
"socket.io"
:
"2.0.3"
}
,
"scripts"
:
{
"start"
:
"node sockio.js"
}
}