-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 988 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "tweet-stream",
"version": "0.0.0",
"description": "fetch tweets from twitter streaming API",
"private": true,
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefortokyo/tweet-stream.git"
},
"author": "osoken/Code for Tokyo",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefortokyo/tweet-stream/issues"
},
"homepage": "https://github.com/codefortokyo/tweet-stream#readme",
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"csv": "^1.1.0",
"d3": "^3.5.17",
"debug": "~2.2.0",
"express": "~4.13.1",
"mongodb": "^2.1.18",
"morgan": "~1.6.1",
"pug": "^2.0.0-alpha8",
"serve-favicon": "~2.3.0",
"shortid": "^2.2.6",
"socket.io": "^1.4.6",
"twitter": "^1.2.5"
},
"devDependencies": {
"eslint": "^2.9.0"
}
}