๐Ÿ“ฆ darrachequesne / socket.io-tweet-stream

๐Ÿ“„ package.json ยท 21 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21{
  "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": "^1.7.3"
  }
}