mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 15:37:58 -05:00
21 lines
396 B
JSON
21 lines
396 B
JSON
{
|
|
"name": "socket.io-tweet-stream",
|
|
"version": "1.0.0",
|
|
"description": "tweets about socket.io and javascript",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [
|
|
"socket.io",
|
|
"tweet",
|
|
"stream"
|
|
],
|
|
"author": "Damien Arrachequesne",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-tweet-stream": "^2.0.1",
|
|
"socket.io": "^4.0.0"
|
|
}
|
|
}
|